diff --git a/dist/habitrpg-shared.js b/dist/habitrpg-shared.js index 003efbfccf..392d521e90 100644 --- a/dist/habitrpg-shared.js +++ b/dist/habitrpg-shared.js @@ -11041,7 +11041,7 @@ api.spells = { }, special: { snowball: { - text: t('spellSpecialSnowballText'), + text: t('spellSpecialSnowballAuraText'), mana: 0, value: 1, target: 'user', diff --git a/script/content.coffee b/script/content.coffee index d27ea86e95..476060d16d 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -518,7 +518,7 @@ api.spells = special: snowball: - text: t('spellSpecialSnowballText') + text: t('spellSpecialSnowballAuraText') mana: 0 value: 1 target: 'user'