diff --git a/data/scripts/directors/Guildleve/PrivateGLBattleTutorial.lua b/data/scripts/directors/Guildleve/PrivateGLBattleTutorial.lua index 9eaffe00..e3de1b2a 100644 --- a/data/scripts/directors/Guildleve/PrivateGLBattleTutorial.lua +++ b/data/scripts/directors/Guildleve/PrivateGLBattleTutorial.lua @@ -37,9 +37,12 @@ function main(thisDirector) wait(3); thisDirector:UpdateAimNumNow(0, 3); + wait(3); + thisDirector:EndGuildleve(true); + end -function attentionMessage(player, textId, args ...) +function attentionMessage(player, textId, ...) player:SendGameMessage(GetWorldMaster(), textId, 0x20, args); player:SendDataPacket("attention", GetWorldMaster(), "", textId, args); end