From 596dc71f58ae0f42823f12ce1affa4c138b5aadb Mon Sep 17 00:00:00 2001 From: samuray22 Date: Sun, 22 Jul 2007 20:49:56 +0000 Subject: * Added a Missing "case 1:" on monster_museum. -Thanks to Dr.Evil git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10896 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/monster_museum.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/other/monster_museum.txt') diff --git a/npc/other/monster_museum.txt b/npc/other/monster_museum.txt index d6534133a..3fa1d4978 100644 --- a/npc/other/monster_museum.txt +++ b/npc/other/monster_museum.txt @@ -16,6 +16,8 @@ //= Adapted to eAthena Scripting Language by [Lance] //= 1.1a Fixed typos [Haplo] //= 1.2 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] +//= 1.3 Added a Missing "case 1:". [Samuray22] +// -Thanks to Dr.Evil //============================================================ yuno_in03,32,15,3 script Museum Guide 67,{ @@ -23,6 +25,7 @@ yuno_in03,32,15,3 script Museum Guide 67,{ mes "Welcome to the Monster Museum."; next; switch(select("Monster Museum?:Tips")) { + case 1: mes "[Cenia]"; mes "The Monster Museum was founded by"; mes "the Sages of the Schweicherbil"; -- cgit v1.2.3-60-g2f50