fix(Core/TempleOfAhnQiraj): Twin emperors rewrite (#12855)

This commit is contained in:
Angelo Venturini
2022-09-06 21:33:51 -03:00
committed by GitHub
parent 25d4d91867
commit fa825ec419
6 changed files with 438 additions and 523 deletions

View File

@@ -1731,6 +1731,7 @@ public:
void SendSpellDamageResist(Unit* target, uint32 spellId);
void SendSpellDamageImmune(Unit* target, uint32 spellId);
void NearTeleportTo(Position& pos, bool casting = false, bool vehicleTeleport = false, bool withPet = false, bool removeTransport = false);
void NearTeleportTo(float x, float y, float z, float orientation, bool casting = false, bool vehicleTeleport = false, bool withPet = false, bool removeTransport = false);
void SendTameFailure(uint8 result);
void SendTeleportPacket(Position& pos);