Merge pull request #214 from Alys/develop

change spellSpecialSnowballText to the correct spellSpecialSnowballAuraText
This commit is contained in:
deilann
2014-05-15 03:31:03 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11041,7 +11041,7 @@ api.spells = {
},
special: {
snowball: {
text: t('spellSpecialSnowballText'),
text: t('spellSpecialSnowballAuraText'),
mana: 0,
value: 1,
target: 'user',
+1 -1
View File
@@ -518,7 +518,7 @@ api.spells =
special:
snowball:
text: t('spellSpecialSnowballText')
text: t('spellSpecialSnowballAuraText')
mana: 0
value: 1
target: 'user'