aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShocker <none@none>2010-09-10 14:39:56 +0300
committerShocker <none@none>2010-09-10 14:39:56 +0300
commit842a79d38c3a837a455e9b27d26c5578b86fa58f (patch)
tree5a783909ccc9c40bb6956a64ee24c25265f284ec
parent67a430b6c79ce2c7bbe331c76f5cabe9b34903a0 (diff)
Scripts/Violet Hold: Fix event start by initializing event phase variable, closes issue 2874, thanks PivoNRoll
--HG-- branch : trunk
-rw-r--r--src/server/scripts/Northrend/VioletHold/instance_violet_hold.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/VioletHold/instance_violet_hold.cpp b/src/server/scripts/Northrend/VioletHold/instance_violet_hold.cpp
index 1240cf4f20b..f41bf090412 100644
--- a/src/server/scripts/Northrend/VioletHold/instance_violet_hold.cpp
+++ b/src/server/scripts/Northrend/VioletHold/instance_violet_hold.cpp
@@ -214,6 +214,7 @@ public:
bActive = false;
bIsDoorSpellCasted = false;
bCrystalActivated = false;
+ uiMainEventPhase = NOT_STARTED;
memset(&m_auiEncounter, 0, sizeof(m_auiEncounter));
}