mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
change spellSpecialSnowballText to the correct spellSpecialSnowballAuraText
https://github.com/HabitRPG/habitrpg/issues/3466#issuecomment-43166675
This commit is contained in:
parent
e130938e52
commit
cc38f9c9b6
2 changed files with 2 additions and 2 deletions
2
dist/habitrpg-shared.js
vendored
2
dist/habitrpg-shared.js
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue