From 96b25deaa0dc1db055de3eee5b3a96fd40ddbc86 Mon Sep 17 00:00:00 2001 From: ultramage Date: Mon, 23 Apr 2007 09:45:40 +0000 Subject: Added missing close; to the magician first_class quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10323 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 2 ++ npc/quests/first_class/tu_magician01.txt | 1 + 2 files changed, 3 insertions(+) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 99ab5c057..ddf414c0d 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/04/24 + * Added missing close; to the magician first_class quest [ultramage] 2007/04/23 * Fixed up some shops [Playtester] * Fixed some level requirements for swordman quest skills [Playtester] diff --git a/npc/quests/first_class/tu_magician01.txt b/npc/quests/first_class/tu_magician01.txt index c6824cf21..a8e8a8a2c 100644 --- a/npc/quests/first_class/tu_magician01.txt +++ b/npc/quests/first_class/tu_magician01.txt @@ -420,6 +420,7 @@ geffen,67,180,4 script New Mage Manager#M 102,{ set BaseExp, BaseExp + 400; set JobExp,JobExp+200; //misceffect EF_HIT5; + close; break; case 3: mes "Ah~ You're here?"; -- cgit v1.2.3-70-g09d2