diff --git a/modules/mod-eluna/src/LuaEngine/hooks/PlayerHooks.cpp b/modules/mod-eluna/src/LuaEngine/hooks/PlayerHooks.cpp index 684fbd4d8..67a56a50e 100644 --- a/modules/mod-eluna/src/LuaEngine/hooks/PlayerHooks.cpp +++ b/modules/mod-eluna/src/LuaEngine/hooks/PlayerHooks.cpp @@ -829,7 +829,7 @@ void Eluna::OnPlayerDamage(Player* player, Unit* target, uint32& damage) bool Eluna::OnPlayerBeforeTeleport(Player* player, uint32 mapid, float x, float y, float z, float orientation, uint32 options, Unit* target) { - START_HOOK(PLAYER_EVENT_ON_BEFORE_TELEPORT); + START_HOOK_WITH_RETVAL(PLAYER_EVENT_ON_BEFORE_TELEPORT, true); Push(player); Push(mapid);