This commit is contained in:
KayenEQ
2022-02-15 00:17:23 -05:00
committed by GitHub
parent cc9196bd65
commit 51c8771bd2
5 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -4261,7 +4261,7 @@ void Mob::TriggerDefensiveProcs(Mob *on, uint16 hand, bool FromSkillProc, int da
TryCastOnSkillUse(on, skillinuse);
if (on->HasSkillProcs()) {
if (on && on->HasSkillProcs()) {
on->TrySkillProc(this, skillinuse, 0, false, hand, true);
}