diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-22 20:49:56 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-22 20:49:56 +0000 |
commit | 596dc71f58ae0f42823f12ce1affa4c138b5aadb (patch) | |
tree | 1df8b6a947504d1be7ebd7467dff907936d8137e /npc | |
parent | e37cb3402fe4c3a62820351ee888e6624077e9fc (diff) | |
download | hercules-596dc71f58ae0f42823f12ce1affa4c138b5aadb.tar.gz hercules-596dc71f58ae0f42823f12ce1affa4c138b5aadb.tar.bz2 hercules-596dc71f58ae0f42823f12ce1affa4c138b5aadb.tar.xz hercules-596dc71f58ae0f42823f12ce1affa4c138b5aadb.zip |
* 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
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 8 | ||||
-rw-r--r-- | npc/other/monster_museum.txt | 3 |
2 files changed, 8 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 9a4f094a1..539a65e00 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,11 +1,13 @@ Date Added ====== 2007/07/22 - * Rev. 10895 Added a Missing "close;" in "Bomb Maker" from "quests_hugel". [Samuray22] + * Added a Missing "case 1:" on monster_museum. [Samuray22] + -Thanks to Dr.Evil + * Added a Missing "close;" in "Bomb Maker" from "quests_hugel". [Samuray22] -Thanks to Elfange - * Rev. 10893 Correct some typos error like "next;ing". [Samuray22] + * Correct some typos error like "next;ing". [Samuray22] -Thanks to theultradamage - * Rev. 10891 Fixed a Little bug on "How does the Airship Works" Quest. [Samuray22] + * Fixed a Little bug on "How does the Airship Works" Quest. [Samuray22] -Thanks to Tantarian 2007/07/21 * Rev. 10889 Updated "Titicupe: Headgears" Quest to the Official One. [Samuray22] 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"; |