mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 12:22:39 +01:00
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:
@@ -349,7 +349,7 @@ public:
|
||||
if (Player* pHolder = GetLeaderForFollower())
|
||||
AttackStart(pHolder);
|
||||
|
||||
SetFollowComplete();
|
||||
SetFollowComplete(true);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user