summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/swezanne.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt
index 32677733b..12e2658b9 100644
--- a/npc/003-1/swezanne.txt
+++ b/npc/003-1/swezanne.txt
@@ -104,6 +104,8 @@ OnInit:
.sex = G_FEMALE;
.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$);
@@ -112,5 +114,6 @@ OnInit:
debugmes "disabling Swezanne to prevent weirder bugs.";
disablenpc .name$;
}
+ */
end;
}