mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
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:
@@ -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';
|
||||
Reference in New Issue
Block a user