aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2013-02-03 01:12:07 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2013-02-03 01:12:07 +0100
commit0f53f69e52f91c035f22cd0cfcad6a9a25509b2a (patch)
tree993faf6e338d18fa6d4d2d5173ef54ccb0c878bd /src/server/scripts
parent847cafc121d1fb2557178e6832225ece486fcadb (diff)
Core: Fix build
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/Kalimdor/zone_thunder_bluff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Kalimdor/zone_thunder_bluff.cpp b/src/server/scripts/Kalimdor/zone_thunder_bluff.cpp
index dd0d52fb641..2787d72ddde 100644
--- a/src/server/scripts/Kalimdor/zone_thunder_bluff.cpp
+++ b/src/server/scripts/Kalimdor/zone_thunder_bluff.cpp
@@ -105,7 +105,7 @@ public:
if (BerserkerChargeTimer <= diff)
{
- if (Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 0);)
+ if (Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 0))
DoCast(target, SPELL_BERSERKER_CHARGE);
BerserkerChargeTimer = 25000;
} else BerserkerChargeTimer -= diff;