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/002-3/mapflags.txt | 2 +- npc/003-1/swezanne.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/002-3/mapflags.txt b/npc/002-3/mapflags.txt index 02156ece0..e274aa7f6 100644 --- a/npc/002-3/mapflags.txt +++ b/npc/002-3/mapflags.txt @@ -1 +1 @@ -002-3 mapflag town +002-3 mapflag nosave 000-1,22,22 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-70-g09d2