fix(premium): fix OnBeforeTeleport compilation errors

This commit is contained in:
gasaichandesu
2026-08-22 19:45:35 +04:00
parent 7c4b2c77bb
commit deff67efeb
@@ -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);