fix(Core/Unit): Remove delay for Conflagrate aura state (#18068)

Removes ConflagrateAuraStateDelayEvent

Cherry-picked from: e27c385b48

Co-authored-by: Ariel Silva <ariel-@users.noreply.github.com>
This commit is contained in:
Alethrion
2024-01-01 05:59:23 -05:00
committed by GitHub
parent 88beea55e0
commit b2fcc1babf
3 changed files with 18 additions and 40 deletions

View File

@@ -2668,17 +2668,6 @@ namespace Acore
};
}
class ConflagrateAuraStateDelayEvent : public BasicEvent
{
public:
ConflagrateAuraStateDelayEvent(Unit* owner, ObjectGuid casterGUID) : BasicEvent(), m_owner(owner), m_casterGUID(casterGUID) { }
bool Execute(uint64 e_time, uint32 p_time) override;
private:
Unit* m_owner;
ObjectGuid m_casterGUID;
};
class RedirectSpellEvent : public BasicEvent
{
public: