summaryrefslogtreecommitdiff
path: root/npc/quests/skills/acolyte_skills.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-20 12:53:54 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-20 12:53:54 +0000
commitaf90f0c214d86aca0117df966f87b95e6999bd45 (patch)
tree3b4896980325d38dd9e6894ef550e22ab7a667bc /npc/quests/skills/acolyte_skills.txt
parent08dfe78adc3114126e58ff6ceafc9040670443b0 (diff)
downloadhercules-af90f0c214d86aca0117df966f87b95e6999bd45.tar.gz
hercules-af90f0c214d86aca0117df966f87b95e6999bd45.tar.bz2
hercules-af90f0c214d86aca0117df966f87b95e6999bd45.tar.xz
hercules-af90f0c214d86aca0117df966f87b95e6999bd45.zip
* 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
Diffstat (limited to 'npc/quests/skills/acolyte_skills.txt')
-rw-r--r--npc/quests/skills/acolyte_skills.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/quests/skills/acolyte_skills.txt b/npc/quests/skills/acolyte_skills.txt
index 30ab80723..9ab02151a 100644
--- a/npc/quests/skills/acolyte_skills.txt
+++ b/npc/quests/skills/acolyte_skills.txt
@@ -11,6 +11,7 @@
//= Quest for skills: Holy Light
//===== Additional Comments: =================================
//= 1.5 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf]
+//= 1.6 Fixed a typo in job check. (Bugreport:1531) [L0ne_W0lf]
//============================================================
prt_church,173,23,4 script Cleric#qsk_al 79,{
@@ -68,7 +69,7 @@ prt_church,173,23,4 script Cleric#qsk_al 79,{
}
else {
if (countitem(727) > 0 && countitem(991) > 0 && countitem(2608) > 0) {
- if ((JobLevel > 29 && BaseJob == Job_Acolyte) || BaseJob == Job_MOnk || BaseJob == Job_Priest) {
+ if ((JobLevel > 29 && BaseJob == Job_Acolyte) || BaseJob == Job_Monk || BaseJob == Job_Priest) {
mes "[Acolyte Klift]";
mes "Your faith has proven worthy";
mes "for you to gain the ' Holy Light ' skill.";