feat(Core/Scripting): Add OnPlayerLearnTaxiNode hook (#25288)

This commit is contained in:
Axel Cocat
2026-03-29 01:20:27 +01:00
committed by GitHub
parent f644e4522e
commit 0246faa95a
4 changed files with 19 additions and 0 deletions

View File

@@ -466,6 +466,7 @@ public: /* PlayerScript */
void OnPlayerSendListInventory(Player* player, ObjectGuid vendorGuid, uint32& vendorEntry);
void OnPlayerGetReputationPriceDiscount(Player const* player, Creature const* creature, float& discount);
void OnPlayerGetReputationPriceDiscount(Player const* player, FactionTemplateEntry const* factionTemplate, float& discount);
void OnPlayerLearnTaxiNode(Player const* player, uint32 nodeId);
// Anti cheat
void AnticheatSetCanFlybyServer(Player* player, bool apply);