From f4a397accb91533e72cbf7754d3e571c933df009 Mon Sep 17 00:00:00 2001 From: TDB Release Date: Thu, 15 Oct 2020 07:35:11 +0000 Subject: TDB 335.20101 - 2020/10/15 --- sql/base/dev/world_database.sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sql/base/dev') diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql index 5886ca48b22..ebb63568516 100644 --- a/sql/base/dev/world_database.sql +++ b/sql/base/dev/world_database.sql @@ -279,7 +279,6 @@ DROP TABLE IF EXISTS `command`; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `command` ( `name` varchar(50) NOT NULL DEFAULT '', - `permission` smallint(5) unsigned NOT NULL DEFAULT '0', `help` longtext, PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Chat System'; @@ -3955,6 +3954,8 @@ CREATE TABLE `waypoints` ( `position_x` float NOT NULL DEFAULT '0', `position_y` float NOT NULL DEFAULT '0', `position_z` float NOT NULL DEFAULT '0', + `orientation` float NOT NULL DEFAULT '0', + `delay` int(10) unsigned NOT NULL DEFAULT '0', `point_comment` text, PRIMARY KEY (`entry`,`pointid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Creature waypoints'; @@ -4027,4 +4028,4 @@ CREATE TABLE `waypoints` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2020-09-15 19:35:21 +-- Dump completed on 2020-10-15 7:33:16 -- cgit v1.2.3