summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/002-1/alige.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt
index f0119683f..5ad4a8308 100644
--- a/npc/002-1/alige.txt
+++ b/npc/002-1/alige.txt
@@ -182,6 +182,7 @@ OnInit:
.sex = G_MALE;
.distance = 2;
+ /*
// Preventive check against faulty update. Must be removed afterwards.
// UPDATE `quest` SET `count1` = '0' WHERE `quest`.`quest_id` = 2;
.@nb = query_sql("select `char_id` from `quest` WHERE (`count1`>=1 and `quest_id`=2) LIMIT 2", .@name$);
@@ -191,6 +192,7 @@ OnInit:
debugmes "UPDATE `quest` SET `count1` = '0' WHERE `quest`.`quest_id` = 2";
disablenpc .name$;
}
+ */
end;