Merge pull request #215 from Alys/develop

change spellSpecialSnowballNotes to spellSpecialSnowballAuraNotes
This commit is contained in:
Matteo Pagliazzi
2014-05-15 22:56:31 +02:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -522,7 +522,7 @@ api.spells =
mana: 0
value: 1
target: 'user'
notes: t('spellSpecialSnowballNotes')
notes: t('spellSpecialSnowballAuraNotes')
cast: (user, target) ->
target.stats.buffs.snowball = true
target.achievements.snowball ?= 0