diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-30 06:26:16 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-30 06:26:16 +0000 |
commit | 9f1b0ee77b17032df6be4e703ba59731b59cc8d3 (patch) | |
tree | 52a583ce8e30085cf50380063c4c789f9fa6330c /npc | |
parent | 9c6bcfc755263b24a31c5f63e0b0dab2d9a460e0 (diff) | |
download | hercules-9f1b0ee77b17032df6be4e703ba59731b59cc8d3.tar.gz hercules-9f1b0ee77b17032df6be4e703ba59731b59cc8d3.tar.bz2 hercules-9f1b0ee77b17032df6be4e703ba59731b59cc8d3.tar.xz hercules-9f1b0ee77b17032df6be4e703ba59731b59cc8d3.zip |
fixed monk.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@874 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-2/monk.txt | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 1d3234d4e..0e334a3e9 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -34,6 +34,8 @@ Other Ppl Date Added ====== +12/30 + * Fixed missing stuff, made monk.txt loading [Lupus] 12/29 * Added Dino9021's monk job quest script - still need checking before adding to scripts list [celest] diff --git a/npc/jobs/2-2/monk.txt b/npc/jobs/2-2/monk.txt index f7698926e..e6672eded 100644 --- a/npc/jobs/2-2/monk.txt +++ b/npc/jobs/2-2/monk.txt @@ -3,13 +3,13 @@ //===== By: ==================================================
//= Dino9021
//===== Current Version: =====================================
-//= n/a
+//= 1.1
//===== Compatible With: =====================================
//= eAthena 1.0 +
//===== Description: =========================================
//= Monk Job Quests for Athena 2004.12.30
//===== Additional Comments: =================================
-// n/a
+// 1.1 Fixed missing '";'. Now it's loading fine [Lupus]
//============================================================
prt_monk.gat,55,249,4 script Master 139,0,5,{
@@ -170,7 +170,7 @@ L_MENU_1: next;
mes "[Elder Wuhai]";
mes "OKay, then let's start the test.";
- mes "See if you really have the ability to become a Monk.
+ mes "See if you really have the ability to become a Monk.";
next;
mes "[Elder Wuhai]";
mes "First of all, we'll see if you have the ability doing something by yourself.";
|