Misc fixes

This commit is contained in:
hondacrx
2020-08-12 17:44:16 -04:00
parent 459d49f899
commit 2773a4430f
13 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -520,7 +520,7 @@ namespace Game.Spells
public bool IsPositiveEffect(uint effIndex)
{
return NegativeEffects.Get((int)effIndex);
return !NegativeEffects.Get((int)effIndex);
}
public bool IsChanneled()