summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-05-22 18:05:23 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-05-22 18:05:23 +0000
commitbc6ac0943bd618ae8cc484ba517d75d417e612a7 (patch)
tree2aaf9855dd3623a5d9d497adb9fa042f88010b1d /npc
parent6e092fb71e98c4a13658eb4d18a228b73f987819 (diff)
downloadhercules-bc6ac0943bd618ae8cc484ba517d75d417e612a7.tar.gz
hercules-bc6ac0943bd618ae8cc484ba517d75d417e612a7.tar.bz2
hercules-bc6ac0943bd618ae8cc484ba517d75d417e612a7.tar.xz
hercules-bc6ac0943bd618ae8cc484ba517d75d417e612a7.zip
- Fixed a typo in eA Job System documentation.
- Fixed some bugs in Cursed Spirit quest. (bugreport:4914, bugreport:4917) - Changed <dir> in movenpc to wrap around if the number is < 0 or > 7. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14830 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/quests/quests_lighthalzen.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt
index 83b18916b..27f46018f 100644
--- a/npc/quests/quests_lighthalzen.txt
+++ b/npc/quests/quests_lighthalzen.txt
@@ -3807,7 +3807,7 @@ OnTouch_:
soundeffect "tao_gunka_stand.wav",0;
sc_end SC_Blind;
sc_start SC_Curse,3000,0;
- if (!lhz_curse == 6) set lhz_curse,7;
+ if (lhz_curse == 6) set lhz_curse,7;
}
}
end;
@@ -3887,7 +3887,7 @@ OnTouch_:
mes "............";
next;
mes "............";
- close;
+ close2;
soundeffect "tao_gunka_stand.wav",0;
sc_end SC_Blind;
sc_start SC_Curse,3000,0;