Core/Misc: Various crash fixes

Port From (https://github.com/TrinityCore/TrinityCore/commit/4f65dc5e20cc3af5b3595809707c632faa6e5900)
This commit is contained in:
hondacrx
2019-08-17 11:23:32 -04:00
parent a44224564c
commit 2d2a72ce3e
13 changed files with 65 additions and 37 deletions
+1 -2
View File
@@ -3860,8 +3860,7 @@ namespace Game.Spells
{
return (Effect == SpellEffectName.SummonPlayer)
|| (Effect == SpellEffectName.SummonRafFriend)
|| (Effect == SpellEffectName.Resurrect)
|| (Effect == SpellEffectName.SkinPlayerCorpse);
|| (Effect == SpellEffectName.Resurrect);
}
bool IsFarDestTargetEffect()