DB/SAI: Fix quest A Meeting With The Magister and An Audience With The Arcanist

Closes #1092
Closes #2958
This commit is contained in:
Discover-
2011-10-22 11:57:41 +01:00
committed by Nay
parent 8c105bd256
commit 31802e138b
2 changed files with 72 additions and 2 deletions

View File

@@ -70,8 +70,9 @@ public:
return;
Player* player = who->GetCharmerOrOwnerPlayerOrPlayerItself();
if (!player || player->isGameMaster() || player->IsBeingTeleported())
// If player has Disguise aura for quest A Meeting With The Magister or An Audience With The Arcanist, do not teleport it away but let it pass
if (!player || player->isGameMaster() || player->IsBeingTeleported() || player->HasAura(70973) || player->HasAura(70971))
return;
switch (me->GetEntry())