diff options
author | wushin <pasekei@gmail.com> | 2014-08-24 22:11:43 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-08-24 22:40:14 -0500 |
commit | 1bc2566aee188c920d96b9b42b2df6db202d67ff (patch) | |
tree | ec5ee1455bb936a57d1fefa13bcec53a2159a7b9 /world/map/npc/068-2 | |
parent | 2c07459b6d045f7a510811c507533e204319473a (diff) | |
download | serverdata-1bc2566aee188c920d96b9b42b2df6db202d67ff.tar.gz serverdata-1bc2566aee188c920d96b9b42b2df6db202d67ff.tar.bz2 serverdata-1bc2566aee188c920d96b9b42b2df6db202d67ff.tar.xz serverdata-1bc2566aee188c920d96b9b42b2df6db202d67ff.zip |
Quest Log Fix for QUEST_NorthTulimshar
Diffstat (limited to 'world/map/npc/068-2')
-rw-r--r-- | world/map/npc/068-2/latoy.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/068-2/latoy.txt b/world/map/npc/068-2/latoy.txt index b1dca208..9031979f 100644 --- a/world/map/npc/068-2/latoy.txt +++ b/world/map/npc/068-2/latoy.txt @@ -7,7 +7,7 @@ 068-2.gat,92,83,0|script|Latoy|106, { set QUEST_NorthTulimshar, QUEST_NorthTulimshar | $@knowLatoyNT; - set @kylian, ((QUEST_NorthTulimshar & $@businessmanNT_MASK) >> $@businessmanNT_SHIFT); + set @kylian, ((QUEST_NorthTulimshar & NIBBLE_5_MASK) >> NIBBLE_5_SHIFT); mes "[Latoy]"; mes "\"Is there something I can help you with?\""; |