summaryrefslogtreecommitdiff
path: root/npc/021-4/main.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-10-23 00:34:16 -0300
committerJesusaves <cpntb1@ymail.com>2018-10-23 00:34:16 -0300
commitb799abd9159df670206a6a4f811f692323ca2f24 (patch)
treef27bd405db1b416db0b98c7208180d5cfa186b0f /npc/021-4/main.txt
parente72e6232d3918e886cca6fed53c941c5c567bc60 (diff)
downloadserverdata-b799abd9159df670206a6a4f811f692323ca2f24.tar.gz
serverdata-b799abd9159df670206a6a4f811f692323ca2f24.tar.bz2
serverdata-b799abd9159df670206a6a4f811f692323ca2f24.tar.xz
serverdata-b799abd9159df670206a6a4f811f692323ca2f24.zip
Fix thousands of bugs
Diffstat (limited to 'npc/021-4/main.txt')
-rw-r--r--npc/021-4/main.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt
index 5617fe784..2a645ac4a 100644
--- a/npc/021-4/main.txt
+++ b/npc/021-4/main.txt
@@ -38,7 +38,7 @@ function script CindySwitch_Check_214 {
// Global Variable: $@CINDY_STATE
021-4,66,49,0 script Cindy#Outside NPC_CINDY_CAGE,{
- if (getq(NivalisQuest_Cindy) < 5)
+ if (getq(NivalisQuest_Cindy) < 4)
goto L_Cheat;
if ($@CINDY_STATE > 150000) goto L_Reset;
if ($@CINDY_STATE % 2 == 0) goto L_Start;