diff options
author | vincent-michael <vincent_michael@gmx.de> | 2017-03-18 18:40:45 +0100 |
---|---|---|
committer | vincent-michael <vincent_michael@gmx.de> | 2017-03-18 18:40:45 +0100 |
commit | 5b638b76c106a8b0100cff0641d08659a670c71d (patch) | |
tree | 5b40445808eeb3ab2dc0cc176a24f3cfcda05080 /src | |
parent | 182dba61dbfc7a6d009a214c49e3dcab553887d4 (diff) |
Fixed typo in 182dba61dbfc7a6d009a214c49e3dcab553887d4
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Northrend/zone_howling_fjord.cpp | 2 |
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) |