diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-3/mapflags.txt | 2 | ||||
-rw-r--r-- | npc/003-1/swezanne.txt | 3 |
2 files changed, 4 insertions, 1 deletions
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; } |