From e997ec2dfe74eed7e3e77ef9d6259ef7408b88a5 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Sun, 29 Jan 2023 09:02:17 -0300 Subject: [PATCH] fix: Update IsSummonedBy() after recent changes --- 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 26533d6..eaa1b2a 100644 --- a/src/LuaEngine/ElunaCreatureAI.h +++ b/src/LuaEngine/ElunaCreatureAI.h @@ -235,7 +235,7 @@ struct ElunaCreatureAI : ScriptedAI #if defined TRINITY || AZEROTHCORE -#if defined TRINITY +#if defined TRINITY || AZEROTHCORE // Called when the creature is summoned successfully by other creature void IsSummonedBy(WorldObject* summoner) override {