aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnubisss <none@none>2009-04-28 17:22:06 +0200
committerAnubisss <none@none>2009-04-28 17:22:06 +0200
commitb6fe262fcf2232dbf95a2e63a682b41a41e4c94c (patch)
tree5b70870d42c37e5636980b9cbaa0b31c5e7e6936 /src
parent43e1e546347509c278d3362a9e5da7316216274c (diff)
*Fix a typo in Eredar Twins' script.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/bindings/scripts/scripts/zone/sunwell_plateau/boss_eredar_twins.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_eredar_twins.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_eredar_twins.cpp
index 3f02911e5f3..8fe66026be1 100644
--- a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_eredar_twins.cpp
+++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_eredar_twins.cpp
@@ -475,7 +475,7 @@ struct TRINITY_DLL_DECL boss_alythessAI : public Scripted_NoMovementAI
DoScriptText(YELL_ALY_DEAD, m_creature);
if(pInstance)
- pInstance->SetData(DATA_EREDAR_TWINS_EVENT, NOT_STARTED);
+ pInstance->SetData(DATA_EREDAR_TWINS_EVENT, DONE);
}
else
m_creature->RemoveFlag(UNIT_DYNAMIC_FLAGS, UNIT_DYNFLAG_LOOTABLE);