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
This commit is contained in:
Kaev
2017-12-21 12:15:42 +01:00
committed by Yehonal
parent cc89d773db
commit 6d5d44c164

View File

@@ -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';