mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 07:17:57 +00:00
Merge branch 'master' into Playerbot
This commit is contained in:
@@ -492,6 +492,7 @@ public: /* PlayerScript */
|
||||
void OnAfterCreatureLoot(Player* player);
|
||||
void OnAfterCreatureLootMoney(Player* player);
|
||||
bool OnCanPlayerFlyInZone(Player* player, uint32 mapId, uint32 zoneId, SpellInfo const* bySpell);
|
||||
bool CanPlayerResurrect(Player* player);
|
||||
|
||||
// Anti cheat
|
||||
void AnticheatSetCanFlybyServer(Player* player, bool apply);
|
||||
@@ -589,6 +590,7 @@ public: /* UnitScript */
|
||||
void OnUnitEnterEvadeMode(Unit* unit, uint8 why);
|
||||
void OnUnitEnterCombat(Unit* unit, Unit* victim);
|
||||
void OnUnitDeath(Unit* unit, Unit* killer);
|
||||
void OnUnitSetShapeshiftForm(Unit* unit, uint8 form);
|
||||
|
||||
public: /* MovementHandlerScript */
|
||||
void OnPlayerMove(Player* player, MovementInfo movementInfo, uint32 opcode);
|
||||
|
||||
Reference in New Issue
Block a user