Some refactoring of code. and some cleanups
This commit is contained in:
@@ -195,7 +195,7 @@ namespace Scripts.Spells.Warlock
|
||||
if (removeMode != AuraRemoveMode.Death || !IsExpired())
|
||||
return;
|
||||
|
||||
if (GetCaster().ToPlayer().isHonorOrXPTarget(GetTarget()))
|
||||
if (GetCaster().ToPlayer().IsHonorOrXPTarget(GetTarget()))
|
||||
GetCaster().CastSpell(GetTarget(), SpellIds.BaneOfDoomEffect, true, null, aurEff);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user