mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
* Rev 6755 is the first *supported* release of Trinity for 3.2.2a
* Several authors of patches that were used were not credited due to oversight * That oversight will be fixed now. * * Rev 6521 - MaNGOS Mail system - Vladimir - THANK YOU! * Revs 6553-6574 - 3.2.2a code used from MaNGOS - TOM_RUS, Vladimir, * NoFantasy, balrok, arrai. If I missed anyone, please PM me and you will get * credit. --HG-- branch : trunk
This commit is contained in:
@@ -81,17 +81,17 @@ struct TRINITY_DLL_DECL instance_shadowfang_keep : public ScriptedInstance
|
||||
case GO_COURTYARD_DOOR:
|
||||
DoorCourtyardGUID = pGo->GetGUID();
|
||||
if (m_auiEncounter[0] == DONE)
|
||||
DoUseDoorOrButton(DoorCourtyardGUID);
|
||||
HandleGameObject(NULL, true, pGo);
|
||||
break;
|
||||
case GO_SORCERER_DOOR:
|
||||
DoorSorcererGUID = pGo->GetGUID();
|
||||
if (m_auiEncounter[2] == DONE)
|
||||
DoUseDoorOrButton(DoorSorcererGUID);
|
||||
HandleGameObject(NULL, true, pGo);
|
||||
break;
|
||||
case GO_ARUGAL_DOOR:
|
||||
DoorArugalGUID = pGo->GetGUID();
|
||||
if (m_auiEncounter[3] == DONE)
|
||||
DoUseDoorOrButton(DoorArugalGUID);
|
||||
HandleGameObject(NULL, true, pGo);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user