From fa38667b86da4af9f7577b03eaf755b26ee0554c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 Apr 2018 16:39:36 -0300 Subject: Emergency patch 1 --- npc/003-1/swezanne.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/003-1') 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; } -- cgit v1.2.3-60-g2f50