fix(premium): return true from OnBeforeTeleport by default

This commit is contained in:
gasaichandesu
2026-08-22 20:41:03 +04:00
parent 72cede7878
commit 991afe708a
@@ -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);
}