summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2011-01-15 01:33:53 +0100
committerStefan Beller <stefanbeller@googlemail.com>2011-01-15 01:33:53 +0100
commite9a2e563691f61930f51a0752cbdd9aee8f318b3 (patch)
treee8707ceb478ea32dddad0796d0412bbeb411cc55 /npc
parentf5ef51cecbcafd3ad7c504eb234ba6de50a05ad1 (diff)
parent2a7f7509869b2bae1137c593debd79d7b007916a (diff)
downloadserverdata-e9a2e563691f61930f51a0752cbdd9aee8f318b3.tar.gz
serverdata-e9a2e563691f61930f51a0752cbdd9aee8f318b3.tar.bz2
serverdata-e9a2e563691f61930f51a0752cbdd9aee8f318b3.tar.xz
serverdata-e9a2e563691f61930f51a0752cbdd9aee8f318b3.zip
Merge branch 'master' of gitorious.org:~wombat/tmw-eathena-data/cache-serverdata
Diffstat (limited to 'npc')
-rw-r--r--npc/031-3_Cave/cindyCave.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/031-3_Cave/cindyCave.txt b/npc/031-3_Cave/cindyCave.txt
index 1a374f90..df7a153c 100644
--- a/npc/031-3_Cave/cindyCave.txt
+++ b/npc/031-3_Cave/cindyCave.txt
@@ -179,7 +179,7 @@ onReward:
set @bonus, (baselevel/2);
set DailyQuestBonus, DailyQuestBonus + @bonus;
message strcharinfo(0), "You feel a temporary rush of power and zest for action. " + @bonus + " daily bonus gained." ;
- if (@rescue_Cindy < 1) goto L_No_Progress;
+ if (@rescue_Cindy != 1 ) goto L_No_Progress;
set @rescue_Cindy, 2;
callsub S_Update_Mask;
message strcharinfo(0), "Cindy looks relieved and as if she wants to talk with you.";