aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-06-30 22:56:32 +0200
committerShauren <shauren.trinity@gmail.com>2011-06-30 22:56:32 +0200
commitf5102b6e6b76ed2e7c9ac401206df514bc08c2c5 (patch)
tree45f6f8e28438a41586fe7f5c3dc0ceb5c6004e8f /src/server/scripts
parent049ed754ba7d8fd7f4b2c519f70bd658fa8c0d41 (diff)
Core/Scripts: Commented EventMap and added GetNextEventTime to know when will next event with given id run
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp
index 941c2195198..355321e4d14 100644
--- a/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp
+++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp
@@ -402,7 +402,7 @@ class boss_blood_queen_lana_thel : public CreatureScript
DoStopAttack();
me->SetReactState(REACT_PASSIVE);
events.DelayEvents(7000, EVENT_GROUP_NORMAL);
- events.CancelEventsByGCD(EVENT_GROUP_CANCELLABLE);
+ events.CancelEventGroup(EVENT_GROUP_CANCELLABLE);
me->GetMotionMaster()->MovePoint(POINT_CENTER, centerPos);
break;
case EVENT_AIR_START_FLYING: