summaryrefslogtreecommitdiff
path: root/npc/003-1/swezanne.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/swezanne.txt')
-rw-r--r--npc/003-1/swezanne.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt
index a1ab3b445..32677733b 100644
--- a/npc/003-1/swezanne.txt
+++ b/npc/003-1/swezanne.txt
@@ -105,6 +105,7 @@ OnInit:
.distance = 5;
// Preventive check against faulty update. Must be removed afterwards.
+ // UPDATE `quest` SET `count1` = '3' WHERE `quest`.`quest_id` = 54 AND `count1` != '1';
.@nb = query_sql("select `char_id` from `quest` WHERE ((`count1`=1 or `count1`=2) and `quest_id`=54) LIMIT 2", .@name$);
if (getarraysize(.@name$) > 0) {
debugmes "FATAL ERROR: Quest log not updated.";