From af90f0c214d86aca0117df966f87b95e6999bd45 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 20 May 2008 12:53:54 +0000 Subject: * Fixed variable issue with Milk Trader NPC. (bugreport:1523) * Fixed typos in the acolyte nad mage skill quests. (bugreport:1531) * Fixed issue with a removing a Keil Hyre cutin. (bugreport:1593) * Corrected a few oversights in the WoESE scripts. * Added dummy "OnMyMobDead" label to a Niflheim NPC. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12718 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/skills/mage_skills.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/quests/skills/mage_skills.txt') diff --git a/npc/quests/skills/mage_skills.txt b/npc/quests/skills/mage_skills.txt index 31bb06334..2c4752826 100644 --- a/npc/quests/skills/mage_skills.txt +++ b/npc/quests/skills/mage_skills.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -11,6 +11,7 @@ //= Quest for skills: Energy Coat //===== Additional Comments: ================================= //= 1.5 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf] +//= 1.6 Fixed a typo in job check. (Bugreport:1531) [L0ne_W0lf] //============================================================ geffen_in,151,119,4 script Great Wizard#qsk_mg 64,{ @@ -93,7 +94,7 @@ geffen_in,151,119,4 script Great Wizard#qsk_mg 64,{ } else { if (countitem(746) > 2 && countitem(730) > 0 && countitem(935) > 4 && countitem(943) > 0) { - if ((JobLevel > 34 && BaseJOb == Job_Mage) || BaseJob == Job_Wizard || BaseJob == Job_Sage) { + if ((JobLevel > 34 && BaseJob == Job_Mage) || BaseJob == Job_Wizard || BaseJob == Job_Sage) { mes "[BLIZZARDRISS]"; mes "Okay, I have received your request."; mes "I will now awaken your hidden energies . ."; -- cgit v1.2.3-60-g2f50