(PlayerMethods): Taxi Node Improvements (#357)

This commit is contained in:
Aldori
2026-02-13 03:39:54 -05:00
committed by GitHub
parent a9bc344db5
commit fe47a5d9c3
2 changed files with 31 additions and 2 deletions

View File

@@ -707,6 +707,7 @@ ALERegister<Player> PlayerMethods[] =
{ "IsAtLootRewardDistance", &LuaPlayer::IsAtLootRewardDistance },
{ "CanTeleport", &LuaPlayer::CanTeleport },
{ "IsSpectator", &LuaPlayer::IsSpectator },
{ "HasKnownTaxiNode", &LuaPlayer::HasKnownTaxiNode },
// { "HasSpellMod", &LuaPlayer::HasSpellMod },
// Gossip