From 636a650ace24856d1ce381ec7b359d3fa291c4bf Mon Sep 17 00:00:00 2001 From: brianluau Date: Sun, 31 May 2009 01:47:42 +0000 Subject: - Fixed a typo in Refined Bloody Roar rental box. (bugreport:3124) - Fixed some spelling in the battle grounds script. (bugreport:3113) - Fixed a variable check in a Novice Skill quest. (bugreport:1985) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13831 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/skills/novice_skills.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/quests') diff --git a/npc/quests/skills/novice_skills.txt b/npc/quests/skills/novice_skills.txt index 2b4b215c5..5b4ba9866 100644 --- a/npc/quests/skills/novice_skills.txt +++ b/npc/quests/skills/novice_skills.txt @@ -374,7 +374,7 @@ prt_castle,175,146,4 script Nursing Instructor#qsk_n 50,{ mes "I am very busy ! ! !"; mes "Would you just bug off ? ! ? !"; next; - if (NOV_SK >= 0 || NOV_SK <= 5) { + if (NOV_SK == 0 || NOV_SK == 1 || NOV_SK == 2 || NOV_SK == 4 || NOV_SK == 5) { switch(NOV_SK) { case 0: mes "[Dread Lord]"; -- cgit v1.2.3-70-g09d2