From 6d5d44c164c1162f56b9a2f4997cd6efc8888502 Mon Sep 17 00:00:00 2001 From: Kaev Date: Thu, 21 Dec 2017 12:15:42 +0100 Subject: [PATCH] Fixed warning at server start related to transports (#733) * Fixed warning at server start related to transports Warning: GetUInt32() on non-(medium)int field. Using type: SHORT. * Used the recommended way to add SQL updates --- data/sql/updates/pending_db_world/rev_1512840310015879400.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1512840310015879400.sql diff --git a/data/sql/updates/pending_db_world/rev_1512840310015879400.sql b/data/sql/updates/pending_db_world/rev_1512840310015879400.sql new file mode 100644 index 000000000..61d3f4c84 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1512840310015879400.sql @@ -0,0 +1,2 @@ +INSERT INTO version_db_world (`sql_rev`) VALUES ('1512840310015879400'); +ALTER TABLE gameobject MODIFY COLUMN map INT UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Map Identifier';