Merge pull request #214 from Alys/develop
change spellSpecialSnowballText to the correct spellSpecialSnowballAuraText
This commit is contained in:
Vendored
+1
-1
@@ -11041,7 +11041,7 @@ api.spells = {
|
||||
},
|
||||
special: {
|
||||
snowball: {
|
||||
text: t('spellSpecialSnowballText'),
|
||||
text: t('spellSpecialSnowballAuraText'),
|
||||
mana: 0,
|
||||
value: 1,
|
||||
target: 'user',
|
||||
|
||||
@@ -518,7 +518,7 @@ api.spells =
|
||||
|
||||
special:
|
||||
snowball:
|
||||
text: t('spellSpecialSnowballText')
|
||||
text: t('spellSpecialSnowballAuraText')
|
||||
mana: 0
|
||||
value: 1
|
||||
target: 'user'
|
||||
|
||||
Reference in New Issue
Block a user