diff options
author | Gigatotem <gigatotem@gmail.com> | 2013-02-16 16:56:06 +0000 |
---|---|---|
committer | Gigatotem <gigatotem@gmail.com> | 2013-02-16 16:56:06 +0000 |
commit | 2e08db9ce96d04db77b14fd3ea5bfd243755c967 (patch) | |
tree | 1bd03788facd3f5aca88d4e5a43849de6942789d /src | |
parent | 920cd0e9238be1a77d3583a3f01c16ce23dcc9e2 (diff) |
Scripts/BWL: Fix typo in recent commit.
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/EasternKingdoms/BlackwingLair/boss_broodlord_lashlayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/BlackwingLair/boss_broodlord_lashlayer.cpp b/src/server/scripts/EasternKingdoms/BlackwingLair/boss_broodlord_lashlayer.cpp index 57519a5312c..40155a317ce 100644 --- a/src/server/scripts/EasternKingdoms/BlackwingLair/boss_broodlord_lashlayer.cpp +++ b/src/server/scripts/EasternKingdoms/BlackwingLair/boss_broodlord_lashlayer.cpp @@ -109,7 +109,7 @@ public: // Drop 50% of threat if (DoGetThreat(target)) DoModifyThreatPercent(target, -50); - events.ScheduleEvent(EVENT_BLAST_WAVE, 12000); + events.ScheduleEvent(EVENT_KNOCK_BACK, 30000); break; default: break; |