diff options
author | Wushin <pasekei@gmail.com> | 2015-02-01 12:35:25 -0600 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-02-01 12:35:25 -0600 |
commit | 906d3f7fc9f0387d0bf0e70f476b70efd234f639 (patch) | |
tree | ea48e07ce99752f69b69a967ef8b191c3e495712 | |
parent | 6ab28e377bcaa8d7ddabf5748b394166def397e1 (diff) | |
parent | 69b805d35c3ed47752bf494fc920e7b64b73b3ab (diff) | |
download | serverdata-906d3f7fc9f0387d0bf0e70f476b70efd234f639.tar.gz serverdata-906d3f7fc9f0387d0bf0e70f476b70efd234f639.tar.bz2 serverdata-906d3f7fc9f0387d0bf0e70f476b70efd234f639.tar.xz serverdata-906d3f7fc9f0387d0bf0e70f476b70efd234f639.zip |
Merge pull request #269 from wushin/minor-bugs
Fix weelos if statement
-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.\""; |