diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-25 23:18:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-25 23:18:00 -0300 |
commit | 4447355543dfa164d61b7cce609810f44d3ecfc6 (patch) | |
tree | c760a66066278156dead3028f9e1089294bfe42a /npc/021-4/doors.txt | |
parent | e29fb60ab369bd55c88ee027c299108139e71fb4 (diff) | |
download | serverdata-4447355543dfa164d61b7cce609810f44d3ecfc6.tar.gz serverdata-4447355543dfa164d61b7cce609810f44d3ecfc6.tar.bz2 serverdata-4447355543dfa164d61b7cce609810f44d3ecfc6.tar.xz serverdata-4447355543dfa164d61b7cce609810f44d3ecfc6.zip |
Correct bug reported by Console
Diffstat (limited to 'npc/021-4/doors.txt')
-rw-r--r-- | npc/021-4/doors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-4/doors.txt b/npc/021-4/doors.txt index 1d84e72d5..0ba3606aa 100644 --- a/npc/021-4/doors.txt +++ b/npc/021-4/doors.txt @@ -18,7 +18,7 @@ L_Blocked: L_Check: .@pl = getmapusers("021-4"); if (.@pl <= 1) { // Because we must include the one who triggered this script wasn't warped yet - $@CINDY_HERO=""; + $@CINDY_HERO$=""; setnpcdisplay "Cindy#Outside", NPC_CINDY_CAGE; } goto L_Warp; |