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>
This commit is contained in:
untaught
2014-07-24 15:18:04 +01:00
committed by DDuarte
parent e48c37cc10
commit 3009bb4808

View File

@@ -349,7 +349,7 @@ public:
if (Player* pHolder = GetLeaderForFollower())
AttackStart(pHolder);
SetFollowComplete();
SetFollowComplete(true);
}
};