diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-18 07:55:31 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-18 07:55:31 +0000 |
commit | e64764837d579866d16345acd3b23fcbc8b145d4 (patch) | |
tree | 88fedef396ff0d54b2897d4c8abe0881b44bd915 /npc | |
parent | 9ccd36f2e6cb5bfea7629192840c801f61809fce (diff) | |
download | hercules-e64764837d579866d16345acd3b23fcbc8b145d4.tar.gz hercules-e64764837d579866d16345acd3b23fcbc8b145d4.tar.bz2 hercules-e64764837d579866d16345acd3b23fcbc8b145d4.tar.xz hercules-e64764837d579866d16345acd3b23fcbc8b145d4.zip |
Sage Job Quest Item name fix: Mantis Scythe
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10563 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/jobs/2-2/sage.txt | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 1e5ca77c2..a40a0216d 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== -2007/05.18 +2007/05/18 + * Sage Job Quest Item name fix: Mantis Scythe [Lupus] * Rev 10561 Kiel Hyre quest fixes. [L0ne_W0lf] - Fixed a typo in Elly, in her room. (<= should have been <) - Added an 'end;' to the cookie basket. Kiel Hyre's final dialog will now delete all quest-related items. diff --git a/npc/jobs/2-2/sage.txt b/npc/jobs/2-2/sage.txt index 25671b207..9fe4d3a24 100644 --- a/npc/jobs/2-2/sage.txt +++ b/npc/jobs/2-2/sage.txt @@ -5,7 +5,7 @@ //= Unknown Translator (1.0) //= Darkchild (1.2) //===== Current Version: ===================================== -//= 2.0a +//= 2.0b //===== Compatible With: ===================================== //= eAthena 1.0 + //===== Description: ========================================= @@ -22,7 +22,7 @@ //= 1.7 Fixed tuition fee. Fixed some answers, names & typos, added missing labels [Lupus] //= 1.7a Moved JFunc back in the main file, fixed typos [Lupus] //= 2.0 Changed numbers to constants. [Vicious] -//= 2.0a Fixed double warp [KarLaeda] +//= 2.0a Fixed double warp [KarLaeda] 2.0b Mantis Scythe Item name fix //============================================================ @@ -774,7 +774,7 @@ L_Menu3_4: goto L_Menu2_6; L_Menu3_11: set SAGE_Q2,6; - mes "^3051FD5x Mantis Leg^000000"; + mes "^3051FD5x Mantis Scythe^000000"; mes "^3051FD5x Worm Peeling^000000"; mes "^3051FD5x Rainbow Shell^000000"; //================================== @@ -801,7 +801,7 @@ L_Menu4_1: mes "^3051FD5x Horn^000000"; close; L_Menu4_3: - mes "^3051FD5x Mantis Leg^000000"; + mes "^3051FD5x Mantis Scythe^000000"; mes "^3051FD5x Worm Peeling^000000"; mes "^3051FD5x Rainbow Shell^000000"; close; |