diff options
-rw-r--r-- | npc/019-2/angela.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/019-2/angela.txt b/npc/019-2/angela.txt index 5b20bcc02..9199fafcc 100644 --- a/npc/019-2/angela.txt +++ b/npc/019-2/angela.txt @@ -38,7 +38,7 @@ if ($@CINDY_STATE > gettimetick(2)) goto L_Safe; if (BaseLevel < 60) { hello; end; } - if ($@CINDY_STATE % 2 == 0) goto L_Worried; + if ($@CINDY_STATE % 2 == 1) goto L_Worried; if (getq(NivalisQuest_Cindy) == 0) goto L_Start; mesn; mesq l("Please find my lovely daughter!"); |