fix: Change all instances of spookDust -> spookySparkles

This commit is contained in:
Blade Barringer
2016-05-19 09:53:46 -05:00
parent 42bc4bdd3d
commit 5bd436f3c8
20 changed files with 98 additions and 86 deletions

View File

@@ -637,6 +637,8 @@ api.cast = async function(req, res, next) {
if (spellId === 'heallAll') {
spellId = 'healAll';
} else if (spellId === 'spookDust') {
spellId = 'spookySparkles';
}
let klass = shared.content.spells.special[spellId] ? 'special' : user.stats.class;