Added more handlers for players

This commit is contained in:
2024-12-02 23:57:03 -05:00
parent 6115459150
commit 3bd1f3cdc6
2 changed files with 33 additions and 21 deletions

View File

@@ -32,6 +32,7 @@ public:
}
}
if(isHot) {
damage = modifyIncomingDmgHeal(MythicPlus::UNIT_EVENT_HOT, target, attacker, damage, spellInfo);
} else {