Merge remote-tracking branch 'acore/master' into test-staging

This commit is contained in:
Keleborn
2026-04-03 13:46:54 -07:00
72 changed files with 920 additions and 916 deletions

View File

@@ -487,6 +487,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);