Guest User

Untitled

a guest
Jul 13th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.76 KB | None | 0 0
  1. diff --git a/scripts/outland/hellfire_citadel/blood_furnace/instance_blood_furnace.cpp b/scripts/outland/hellfire_citadel/blood_furnace/instance_blood_furnace.cpp
  2. index 900762c..80a6810 100644
  3. --- a/scripts/outland/hellfire_citadel/blood_furnace/instance_blood_furnace.cpp
  4. +++ b/scripts/outland/hellfire_citadel/blood_furnace/instance_blood_furnace.cpp
  5. @@ -59,6 +59,7 @@ void instance_blood_furnace::OnObjectCreate(GameObject* pGo)
  6.      switch (pGo->GetEntry())
  7.      {
  8.          case GO_DOOR_MAKER_FRONT:                           // the maker front door
  9. +            pGo->SetGoState(GO_STATE_ACTIVE);
  10.              break;
  11.          case GO_DOOR_MAKER_REAR:                            // the maker rear door
  12.              if (m_auiEncounter[TYPE_THE_MAKER_EVENT] == DONE)
Add Comment
Please, Sign In to add comment