From f9cb8e6e44d51cc44994c3121a73a82eb0d5a0d9 Mon Sep 17 00:00:00 2001 From: gasaichandesu Date: Sat, 22 Aug 2026 21:00:16 +0400 Subject: [PATCH] fix(premium): experiment with true again --- modules/mod-eluna/src/LuaEngine/hooks/PlayerHooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mod-eluna/src/LuaEngine/hooks/PlayerHooks.cpp b/modules/mod-eluna/src/LuaEngine/hooks/PlayerHooks.cpp index 67a56a50e..656dc9a32 100644 --- a/modules/mod-eluna/src/LuaEngine/hooks/PlayerHooks.cpp +++ b/modules/mod-eluna/src/LuaEngine/hooks/PlayerHooks.cpp @@ -840,5 +840,5 @@ bool Eluna::OnPlayerBeforeTeleport(Player* player, uint32 mapid, float x, float Push(options); Push(target); - return CallAllFunctionsBool(PlayerEventBindings, key); + return CallAllFunctionsBool(PlayerEventBindings, key, true); }