change spellSpecialSnowballText to the correct spellSpecialSnowballAuraText

https://github.com/HabitRPG/habitrpg/issues/3466#issuecomment-43166675
This commit is contained in:
Alice Harris 2014-05-15 19:56:43 +10:00
parent e130938e52
commit cc38f9c9b6
2 changed files with 2 additions and 2 deletions

View file

@ -11041,7 +11041,7 @@ api.spells = {
},
special: {
snowball: {
text: t('spellSpecialSnowballText'),
text: t('spellSpecialSnowballAuraText'),
mana: 0,
value: 1,
target: 'user',

View file

@ -518,7 +518,7 @@ api.spells =
special:
snowball:
text: t('spellSpecialSnowballText')
text: t('spellSpecialSnowballAuraText')
mana: 0
value: 1
target: 'user'