diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-29 20:35:48 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-29 20:35:48 -0200 |
commit | 4080503bed6feda71806595ba0b2f413852cc56c (patch) | |
tree | 33253fcfbf29e7135b2b000f1621ed55d264a200 /npc/003-3 | |
parent | 11362dc23857c1047cae5b9994b2aed1745551a3 (diff) | |
download | serverdata-4080503bed6feda71806595ba0b2f413852cc56c.tar.gz serverdata-4080503bed6feda71806595ba0b2f413852cc56c.tar.bz2 serverdata-4080503bed6feda71806595ba0b2f413852cc56c.tar.xz serverdata-4080503bed6feda71806595ba0b2f413852cc56c.zip |
Prepare the event core functions
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index de269886e..7520d26bb 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -131,9 +131,11 @@ OnInit: // This is a hack because I'm too lazy to be bothered with standard SQL Upgrade system 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; $UPDATE=1539721040; debugmes ""; debugmes "* SQL Upgrade (no effect on new installations)"; + debugmes "* Nivalis Liberation Day automatically started."; debugmes ""; } |