From 26163b8930516a821e53526ea91ccebb1b381639 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 15 May 2014 22:59:45 -0500 Subject: [PATCH] fix(spells): Snowball is not an aura Was seeing "String 'spellSpecialSnowballText' not found."; this should fix it. --- locales/en/spells.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/en/spells.json b/locales/en/spells.json index 838c70617a..6a0c6276ea 100644 --- a/locales/en/spells.json +++ b/locales/en/spells.json @@ -47,10 +47,10 @@ "spellHealerHealAllText": "Blessing", "spellHealerHealAllNotes": "Soothing light envelops your party and heals them of their injuries. Your party members gain a boost to their health.", - "spellSpecialSnowballAuraText": "Snowball", - "spellSpecialSnowballAuraNotes": "Throw a snowball at a party member, what could possibly go wrong? Lasts until member's new day.", + "spellSpecialSnowballText": "Snowball", + "spellSpecialSnowballNotes": "Throw a snowball at a party member, what could possibly go wrong? Lasts until member's new day.", "spellSpecialSaltText": "Salt", "spellSpecialSaltNotes": "Someone has snowballed you. Ha ha, very funny. Now get this snow off me!" -} \ No newline at end of file +}