Core/Misc: Fixes

This commit is contained in:
hondacrx
2018-05-11 11:40:29 -04:00
parent 6224c4f6be
commit 87d9adca9a
5 changed files with 43 additions and 39 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ namespace Game.Chat
if (spellId == 0)
return false;
if (CheckSpellExistsAndIsValid(handler, spellId))
if (!CheckSpellExistsAndIsValid(handler, spellId))
return false;
target.CastSpell(target, spellId, false);