diff options
author | Haru <haru@dotalux.com> | 2013-12-07 16:42:02 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-12-07 16:42:02 +0100 |
commit | 8be1bf181369089e6e7288ed6922aba4bb4f8e0a (patch) | |
tree | cd42dd213fefb77705211628851355bdbc8b3ee3 /npc/quests/quests_morocc.txt | |
parent | 1f1930c0e3d2bb928d9fc9a39f360815daf77e8f (diff) | |
download | hercules-8be1bf181369089e6e7288ed6922aba4bb4f8e0a.tar.gz hercules-8be1bf181369089e6e7288ed6922aba4bb4f8e0a.tar.bz2 hercules-8be1bf181369089e6e7288ed6922aba4bb4f8e0a.tar.xz hercules-8be1bf181369089e6e7288ed6922aba4bb4f8e0a.zip |
Fixed several incorrect script labels and events
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/quests/quests_morocc.txt')
-rw-r--r-- | npc/quests/quests_morocc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt index 86e07aab1..398aa9a97 100644 --- a/npc/quests/quests_morocc.txt +++ b/npc/quests/quests_morocc.txt @@ -7772,7 +7772,7 @@ OnTouch: } prt_castle,354,276,0 script #peter WARPNPC,1,1,{ -OnTouch:; +OnTouch: if (checkquest(10019) == 0 || checkquest(10019) == 1) { donpcevent "Prince#eisen5::OnEnable"; } |