aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGigatotem <gigatotem@gmail.com>2013-02-16 16:56:06 +0000
committerGigatotem <gigatotem@gmail.com>2013-02-16 16:56:06 +0000
commit2e08db9ce96d04db77b14fd3ea5bfd243755c967 (patch)
tree1bd03788facd3f5aca88d4e5a43849de6942789d /src
parent920cd0e9238be1a77d3583a3f01c16ce23dcc9e2 (diff)
Scripts/BWL: Fix typo in recent commit.
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/EasternKingdoms/BlackwingLair/boss_broodlord_lashlayer.cpp2
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;