aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvincent-michael <vincent_michael@gmx.de>2017-03-18 18:40:45 +0100
committervincent-michael <vincent_michael@gmx.de>2017-03-18 18:40:45 +0100
commit5b638b76c106a8b0100cff0641d08659a670c71d (patch)
tree5b40445808eeb3ab2dc0cc176a24f3cfcda05080 /src
parent182dba61dbfc7a6d009a214c49e3dcab553887d4 (diff)
Fixed typo in 182dba61dbfc7a6d009a214c49e3dcab553887d4
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/zone_howling_fjord.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/zone_howling_fjord.cpp b/src/server/scripts/Northrend/zone_howling_fjord.cpp
index 7e91510d70e..4217087e0b6 100644
--- a/src/server/scripts/Northrend/zone_howling_fjord.cpp
+++ b/src/server/scripts/Northrend/zone_howling_fjord.cpp
@@ -212,7 +212,7 @@ public:
void WaypointReached(uint32 waypointId) override
{
- if (GetPlayerForEscort())
+ if (!GetPlayerForEscort())
return;
switch (waypointId)