From ffa877bd248a6f6a014dd29e4c158b7399cb0a98 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Thu, 8 May 2008 16:25:07 +0000 Subject: * Fixed some of the newer reported bugs. - Corrected typo in guild steward (missing space.) (bugreport:1423) - Corrected duplicate messages in WoE 2.0 scripts. (bugreport:1449) - Corrected missing close in turtle island quest (bugreport:1455) - Corrected missing next in hunter job quest. (bugreport:1477) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12692 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_alberta.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/quests/quests_alberta.txt') diff --git a/npc/quests/quests_alberta.txt b/npc/quests/quests_alberta.txt index c842f565e..9a18248c8 100644 --- a/npc/quests/quests_alberta.txt +++ b/npc/quests/quests_alberta.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 2.0 +//= 2.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -27,6 +27,7 @@ //= 1.9 Updated Turtle Quest to official. [L0ne_W0lf] //= 2.0 Turtle Island quest now clears TURTLE var and set //= MISC_QUEST bit (MISC_QUEST & 65536) [Lupus] +//= 2.1 Added missing close. [L0ne_W0lf] //============================================================ @@ -1980,6 +1981,7 @@ tur_dun03,105,74,4 script Mudasamu#tur 119,{ mes "I better be paid"; mes "overtime for"; mes "putting up with this."; + close; } tur_dun01,190,115,4 script Knight#tur 105,{ -- cgit v1.2.3-60-g2f50