mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 14:10:18 -04:00
TDB 335.20101 - 2020/10/15
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user