diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-23 00:20:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-23 00:20:49 -0300 |
commit | e72e6232d3918e886cca6fed53c941c5c567bc60 (patch) | |
tree | 9eb608f58901a8398e30642fac4d6ab3097fb13d /npc/019-2/angela.txt | |
parent | b99a4623ad7c30da4692cc7686688faf5f4b7485 (diff) | |
download | serverdata-e72e6232d3918e886cca6fed53c941c5c567bc60.tar.gz serverdata-e72e6232d3918e886cca6fed53c941c5c567bc60.tar.bz2 serverdata-e72e6232d3918e886cca6fed53c941c5c567bc60.tar.xz serverdata-e72e6232d3918e886cca6fed53c941c5c567bc60.zip |
Typo
Diffstat (limited to 'npc/019-2/angela.txt')
-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!"); |