diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-29 21:35:22 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-29 21:35:22 -0200 |
commit | 449ef584e9f883a0ee2e4ef4c4befde746092ce2 (patch) | |
tree | 1de520d1b9f765b6b5890309468e2f61b39c1f9d /npc/003-3/malindou.txt | |
parent | 4080503bed6feda71806595ba0b2f413852cc56c (diff) | |
download | serverdata-449ef584e9f883a0ee2e4ef4c4befde746092ce2.tar.gz serverdata-449ef584e9f883a0ee2e4ef4c4befde746092ce2.tar.bz2 serverdata-449ef584e9f883a0ee2e4ef4c4befde746092ce2.tar.xz serverdata-449ef584e9f883a0ee2e4ef4c4befde746092ce2.zip |
Fixes, and some improvements and related.
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 7520d26bb..340be1d1a 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -132,6 +132,9 @@ OnInit: if ($UPDATE < 1539721040) { query_sql("CREATE TABLE IF NOT EXISTS `discord` (`account_id` INT(11) UNSIGNED NOT NULL DEFAULT '0',`discord_id` VARCHAR(255) NOT NULL DEFAULT '',`discord_name` VARCHAR(255) NOT NULL DEFAULT '',`verified` ENUM('0', '1') NOT NULL DEFAULT '0') ENGINE=MyISAM"); $NLIB_DAY=1; + $NLIB_HIGHTIME=0; + $NLIB_HIGHNAME$=""; + addmapmask "019-3", MASK_MATTACK; $UPDATE=1539721040; debugmes ""; debugmes "* SQL Upgrade (no effect on new installations)"; |