aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoruntaught <untaugh@mail.bg>2014-07-24 15:18:04 +0100
committerDDuarte <dnpd.dd@gmail.com>2014-07-24 15:18:04 +0100
commit3009bb48088eda7928b5be89cf6823527e601cae (patch)
treea8b8a3ee18d7562bc4dbae03b099877f37ddb994 /src
parente48c37cc10ed391b3932a23ea52aa99d85d0026c (diff)
Scripts/Darkshore: Fix an issue with the quest Gyromast's Revenge
TODO: Rewrite the script in SAI Closes #11987 Signed-off-by: DDuarte <dnpd.dd@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Kalimdor/zone_darkshore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Kalimdor/zone_darkshore.cpp b/src/server/scripts/Kalimdor/zone_darkshore.cpp
index 688dada2fc5..43a533ada01 100644
--- a/src/server/scripts/Kalimdor/zone_darkshore.cpp
+++ b/src/server/scripts/Kalimdor/zone_darkshore.cpp
@@ -349,7 +349,7 @@ public:
if (Player* pHolder = GetLeaderForFollower())
AttackStart(pHolder);
- SetFollowComplete();
+ SetFollowComplete(true);
}
};