* 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:
Brian
2009-12-24 18:20:06 -07:00

View File

@@ -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;
}
}