diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-06-26 09:00:40 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-07-24 02:24:45 +0100 |
commit | 90f7ef5dfb75ba3d819a4ac93518ebeadcfe7cc5 (patch) | |
tree | 64d8cbafb1ad06fae2291cc1857f6ce8e4c9e5ab /npc/re/warps/cities | |
parent | 7c43dd908622e083b0fecf7fc8ebab61501186fa (diff) | |
download | hercules-90f7ef5dfb75ba3d819a4ac93518ebeadcfe7cc5.tar.gz hercules-90f7ef5dfb75ba3d819a4ac93518ebeadcfe7cc5.tar.bz2 hercules-90f7ef5dfb75ba3d819a4ac93518ebeadcfe7cc5.tar.xz hercules-90f7ef5dfb75ba3d819a4ac93518ebeadcfe7cc5.zip |
update scripts to use new questinfo format
Diffstat (limited to 'npc/re/warps/cities')
-rw-r--r-- | npc/re/warps/cities/izlude.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/re/warps/cities/izlude.txt b/npc/re/warps/cities/izlude.txt index 124e3ed1f..1e691e33b 100644 --- a/npc/re/warps/cities/izlude.txt +++ b/npc/re/warps/cities/izlude.txt @@ -82,7 +82,9 @@ OnTouch: end; OnInit: - questinfo(21001, QTYPE_QUEST, 1, Job_Novice); + questinfo(QTYPE_QUEST, 1); + setquestinfo(QINFO_JOB, Job_Novice); + setquestinfo(QINFO_QUEST, 21001, 1); end; } |