diff options
-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.";
|