From 729a171c5eab680888fcb65f78b67487887eaa9b Mon Sep 17 00:00:00 2001 From: euphyy Date: Wed, 4 Jul 2012 15:26:16 +0000 Subject: * 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 --- npc/jobs/3-1/warlock.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/jobs') 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; } -- cgit v1.2.3-60-g2f50