diff options
author | wushin <pasekei@gmail.com> | 2015-01-31 02:22:58 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-01-31 02:22:58 -0600 |
commit | 69b805d35c3ed47752bf494fc920e7b64b73b3ab (patch) | |
tree | 9754e25a7fe0170d6c7afd130aef187a6d2882d3 /world/map | |
parent | fe8d009bbd05a8d856a33d149cf7647facf448a8 (diff) | |
download | serverdata-69b805d35c3ed47752bf494fc920e7b64b73b3ab.tar.gz serverdata-69b805d35c3ed47752bf494fc920e7b64b73b3ab.tar.bz2 serverdata-69b805d35c3ed47752bf494fc920e7b64b73b3ab.tar.xz serverdata-69b805d35c3ed47752bf494fc920e7b64b73b3ab.zip |
Fix If isin statement
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/001-1/weellos.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/001-1/weellos.txt b/world/map/npc/001-1/weellos.txt index 7400402a..b2a89aed 100644 --- a/world/map/npc/001-1/weellos.txt +++ b/world/map/npc/001-1/weellos.txt @@ -9,7 +9,7 @@ set QUEST_NorthTulimshar, QUEST_NorthTulimshar | $@knowWeellosNT; set @kylian, ((QUEST_NorthTulimshar & NIBBLE_5_MASK) >> NIBBLE_5_SHIFT); - if isin("001-1.gat", 48, 20, 61, 28) goto L_In; + if (isin("001-1.gat", 48, 20, 61, 28)) goto L_In; mes "[Weellos]"; mes "\"This is a very historic building. One of the oldest in the area.\""; |