diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-02-23 11:01:30 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-02-23 11:01:30 -0700 |
commit | b6e53c58c1f0562bc6d552cbd81e5704569fdc17 (patch) | |
tree | a6b99142ca012c9816066c2bdd4747bea4d22491 /npc | |
parent | d545853dc153eb60a88c1576c342b9220ee15dd2 (diff) | |
download | serverdata-b6e53c58c1f0562bc6d552cbd81e5704569fdc17.tar.gz serverdata-b6e53c58c1f0562bc6d552cbd81e5704569fdc17.tar.bz2 serverdata-b6e53c58c1f0562bc6d552cbd81e5704569fdc17.tar.xz serverdata-b6e53c58c1f0562bc6d552cbd81e5704569fdc17.zip |
Fix close bug in Taro
Diffstat (limited to 'npc')
-rw-r--r-- | npc/014-1_Woodland/taro.txt | 2 | ||||
-rw-r--r-- | npc/019-1_Snow_field/taro.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/014-1_Woodland/taro.txt b/npc/014-1_Woodland/taro.txt index 3ec76163..34db26b9 100644 --- a/npc/014-1_Woodland/taro.txt +++ b/npc/014-1_Woodland/taro.txt @@ -69,6 +69,6 @@ L_Tree: close; L_Warp: + close2; warp "019-1.gat",56,61; - close; } diff --git a/npc/019-1_Snow_field/taro.txt b/npc/019-1_Snow_field/taro.txt index f2170390..c84e4e86 100644 --- a/npc/019-1_Snow_field/taro.txt +++ b/npc/019-1_Snow_field/taro.txt @@ -67,6 +67,6 @@ L_Tree: close; L_Warp: + close2; warp "014-1.gat", 52, 45; - close; } |