diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/first_class/tu_magician01.txt | 1 |
2 files changed, 3 insertions, 0 deletions
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?"; |