TDB 335.20101 - 2020/10/15

This commit is contained in:
TDB Release
2020-10-15 07:35:11 +00:00
parent 5fee99bdbc
commit f4a397accb
85 changed files with 17 additions and 7 deletions
+3 -2
View File
@@ -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