From cc38f9c9b68a131546650ece6ec4826c0769e147 Mon Sep 17 00:00:00 2001 From: Alice Harris Date: Thu, 15 May 2014 19:56:43 +1000 Subject: [PATCH] change spellSpecialSnowballText to the correct spellSpecialSnowballAuraText https://github.com/HabitRPG/habitrpg/issues/3466#issuecomment-43166675 --- dist/habitrpg-shared.js | 2 +- script/content.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'