diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-22 20:23:12 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-22 20:23:12 -0200 |
commit | 93eabc44301c41ef96a18a64fb7a7d3785e99610 (patch) | |
tree | c67911578fab578ed6d04978ed2d602f830053c5 /npc/021-3 | |
parent | 659dad9dd937ff985cde34e186e9f98591525cf9 (diff) | |
download | serverdata-93eabc44301c41ef96a18a64fb7a7d3785e99610.tar.gz serverdata-93eabc44301c41ef96a18a64fb7a7d3785e99610.tar.bz2 serverdata-93eabc44301c41ef96a18a64fb7a7d3785e99610.tar.xz serverdata-93eabc44301c41ef96a18a64fb7a7d3785e99610.zip |
Correct coordinates after map resize
Diffstat (limited to 'npc/021-3')
-rw-r--r-- | npc/021-3/doors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-3/doors.txt b/npc/021-3/doors.txt index 6624d07f1..f0a403f9d 100644 --- a/npc/021-3/doors.txt +++ b/npc/021-3/doors.txt @@ -8,7 +8,7 @@ 021-3,24,123,0 script #0213_Logic NPC_NO_SPRITE,1,0,{ if ($@CINDY_STATE > gettimetick(2)) goto L_Safe; if ($@CINDY_STATE % 2 == 0) goto L_Blocked; - warp "021-4", 43, 20; + warp "021-4", 67, 28; end; L_Blocked: |