diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-23 00:34:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-23 00:34:16 -0300 |
commit | b799abd9159df670206a6a4f811f692323ca2f24 (patch) | |
tree | f27bd405db1b416db0b98c7208180d5cfa186b0f /npc/021-3/doors.txt | |
parent | e72e6232d3918e886cca6fed53c941c5c567bc60 (diff) | |
download | serverdata-b799abd9159df670206a6a4f811f692323ca2f24.tar.gz serverdata-b799abd9159df670206a6a4f811f692323ca2f24.tar.bz2 serverdata-b799abd9159df670206a6a4f811f692323ca2f24.tar.xz serverdata-b799abd9159df670206a6a4f811f692323ca2f24.zip |
Fix thousands of bugs
Diffstat (limited to 'npc/021-3/doors.txt')
-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 f0a403f9d..f0405f5e1 100644 --- a/npc/021-3/doors.txt +++ b/npc/021-3/doors.txt @@ -7,7 +7,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; + if ($@CINDY_STATE % 2 == 1) goto L_Blocked; warp "021-4", 67, 28; end; |