From 6b88021ae7f0cd2111d65809efd1d7762afe45e2 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 13 Feb 2023 20:41:17 +0100 Subject: [PATCH] https://github.com/azerothcore/azerothcore-wotlk/pull/15026 --- src/LuaEngine/ElunaCreatureAI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LuaEngine/ElunaCreatureAI.h b/src/LuaEngine/ElunaCreatureAI.h index eaa1b2a..b03cbae 100644 --- a/src/LuaEngine/ElunaCreatureAI.h +++ b/src/LuaEngine/ElunaCreatureAI.h @@ -71,7 +71,7 @@ struct ElunaCreatureAI : ScriptedAI } } -#ifdef TRINITY +#if defined TRINITY || AZEROTHCORE // Called for reaction when initially engaged - this will always happen _after_ JustEnteredCombat // Called at creature aggro either by MoveInLOS or Attack Start void JustEngagedWith(Unit* target) override