fix(premium): experiment with true again

This commit is contained in:
gasaichandesu
2026-08-22 21:00:16 +04:00
parent a0ec2976ef
commit f9cb8e6e44
@@ -840,5 +840,5 @@ bool Eluna::OnPlayerBeforeTeleport(Player* player, uint32 mapid, float x, float
Push(options); Push(options);
Push(target); Push(target);
return CallAllFunctionsBool(PlayerEventBindings, key); return CallAllFunctionsBool(PlayerEventBindings, key, true);
} }