diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-06-30 22:56:32 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-06-30 22:56:32 +0200 |
| commit | f5102b6e6b76ed2e7c9ac401206df514bc08c2c5 (patch) | |
| tree | 45f6f8e28438a41586fe7f5c3dc0ceb5c6004e8f /src/server/scripts | |
| parent | 049ed754ba7d8fd7f4b2c519f70bd658fa8c0d41 (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.cpp | 2 |
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: |
