diff options
Diffstat (limited to 'world/map/npc/031-2/cindyHouse.txt')
-rw-r--r-- | world/map/npc/031-2/cindyHouse.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/031-2/cindyHouse.txt b/world/map/npc/031-2/cindyHouse.txt index 564e7935..c1f0c1e3 100644 --- a/world/map/npc/031-2/cindyHouse.txt +++ b/world/map/npc/031-2/cindyHouse.txt @@ -4,7 +4,7 @@ 031-2,27,26,0|script|Cindy#house|197 { - if (QL_CINDY > 2) goto L_Happy_Random; + if (QL_CINDY == 3 || QL_CINDY == 4) goto L_Happy_Random; mes "..."; goto L_Close; |