diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-04 15:26:16 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-04 15:26:16 +0000 |
commit | 729a171c5eab680888fcb65f78b67487887eaa9b (patch) | |
tree | 9aef113f4388f3c12f4d6660024b60e89b12fac6 /npc/jobs | |
parent | 83b5f1fcc494f68448a91873bf77cbee60da74e6 (diff) | |
download | hercules-729a171c5eab680888fcb65f78b67487887eaa9b.tar.gz hercules-729a171c5eab680888fcb65f78b67487887eaa9b.tar.bz2 hercules-729a171c5eab680888fcb65f78b67487887eaa9b.tar.xz hercules-729a171c5eab680888fcb65f78b67487887eaa9b.zip |
* Corrected and optimized 12 guide NPCs (/guides/)
* Fixed a small typo in Warlock quest, bugreport:6164 (jobs\3-1\warlock.txt)
* Fixed a couple of job constant typos in "Nameless Island Quests" (quests\quests_nameless.txt)
* Removed non-RE changelogs from RE scripts
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16376 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/3-1/warlock.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/jobs/3-1/warlock.txt b/npc/jobs/3-1/warlock.txt index aef2df846..8c517c991 100644 --- a/npc/jobs/3-1/warlock.txt +++ b/npc/jobs/3-1/warlock.txt @@ -4,7 +4,7 @@ //= Masao //= Credits: Muad_Dib, Gepard & L0ne_W0lf //===== Current Version: ===================================== -//= 1.2 +//= 1.2a //===== Compatible With: ===================================== //= Any rAthena SVN //===== Description: ========================================= @@ -16,13 +16,14 @@ //= constants, added item names in comments. //= 1.2 Fixed the problem where NPC are not enabled and chamber will never open //= for the second try or use. +//= 1.2a Fixed a typo. [Euphy] //============================================================ morocc,103,144,0 script distorted place morroc 139,1,1,{ OnTouch: if (job_wl > 1){ - if (Class == Job_Warlock || Class == Job_Warlock_T || Job_Baby_Warlock){ + if (Class == Job_Warlock || Class == Job_Warlock_T || Class == Job_Baby_Warlock){ mes " - There is a strange distortion here - "; close; } |