diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 11:04:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 11:04:31 -0300 |
commit | a65208bd99b581d3652421c133acfd1c417d3454 (patch) | |
tree | 74b2716c91d3ad197ef0fca73a431a8c2bbf13b3 | |
parent | c83960b64f6735b8dc5332c8d6f3cad101a75025 (diff) | |
download | serverdata-a65208bd99b581d3652421c133acfd1c417d3454.tar.gz serverdata-a65208bd99b581d3652421c133acfd1c417d3454.tar.bz2 serverdata-a65208bd99b581d3652421c133acfd1c417d3454.tar.xz serverdata-a65208bd99b581d3652421c133acfd1c417d3454.zip |
Presume Alige is finished.
-rw-r--r-- | npc/002-1/alige.txt | 2 |
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; |