From 79c3eb605ef2f94b1d22f6cbc46bf3266d482795 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 9 Jul 2018 00:41:59 +0000 Subject: [PATCH] make travis happy --- sql/base/dev/world_database.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql index 6b426d60307..8adc434e896 100644 --- a/sql/base/dev/world_database.sql +++ b/sql/base/dev/world_database.sql @@ -281,6 +281,7 @@ CREATE TABLE `creature` ( `phaseMask` int(10) unsigned NOT NULL DEFAULT '1', `PhaseId` int(10) DEFAULT '0', `PhaseGroup` int(10) DEFAULT '0', + `terrainSwapMap` int(11) NOT NULL DEFAULT '-1', `modelid` mediumint(8) unsigned NOT NULL DEFAULT '0', `equipment_id` tinyint(3) NOT NULL DEFAULT '0', `position_x` float NOT NULL DEFAULT '0', @@ -1085,6 +1086,7 @@ CREATE TABLE `gameobject` ( `phaseMask` int(10) unsigned NOT NULL DEFAULT '1', `PhaseId` int(10) DEFAULT '0', `PhaseGroup` int(10) DEFAULT '0', + `terrainSwapMap` int(11) NOT NULL DEFAULT '-1', `position_x` float NOT NULL DEFAULT '0', `position_y` float NOT NULL DEFAULT '0', `position_z` float NOT NULL DEFAULT '0',