aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms
diff options
context:
space:
mode:
authorAokromes <aokromes@gmail.com>2017-04-16 15:10:48 +0200
committerAokromes <aokromes@gmail.com>2017-04-16 15:10:48 +0200
commitd8fdc893ee207851270107c1f16dc548800d7d4a (patch)
tree2334956193aba18a27ee45570d6c85db53727561 /src/server/scripts/EasternKingdoms
parentc0eb6c313053d2437abf2e7fff9ab50645c98559 (diff)
Commit name: Add flying check to MoveSmoothPath
By Malcrom
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
-rw-r--r--src/server/scripts/EasternKingdoms/zone_hinterlands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp b/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp
index 7b5db096ab8..dcdbd684e8a 100644
--- a/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp
+++ b/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp
@@ -215,7 +215,7 @@ public:
endPoint = campPathSize;
break;
case NPC_SHARPBEAK_JINTHAALOR:
- me->GetMotionMaster()->MoveSmoothPath(jinthaalorPathSize, jinthaalorPath, jinthaalorPathSize, false);
+ me->GetMotionMaster()->MoveSmoothPath(jinthaalorPathSize, jinthaalorPath, jinthaalorPathSize, false, true);
endPoint = jinthaalorPathSize;
break;
}