From 69b805d35c3ed47752bf494fc920e7b64b73b3ab Mon Sep 17 00:00:00 2001 From: wushin Date: Sat, 31 Jan 2015 02:22:58 -0600 Subject: Fix If isin statement --- world/map/npc/001-1/weellos.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/001-1') 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.\""; -- cgit v1.2.3-60-g2f50