diff options
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; |