feat(DB): release ACDB 8.0.0 (#14833)
This commit is contained in:
parent
e7cbc80a91
commit
785bb5ed6b
901 changed files with 58864 additions and 36806 deletions
|
|
@ -1,18 +1,20 @@
|
|||
-- --------------------------------------------------------
|
||||
-- Värd: 127.0.0.1
|
||||
-- Serverversion: 8.0.28 - MySQL Community Server - GPL
|
||||
-- Server-OS: Win64
|
||||
-- HeidiSQL Version: 11.3.0.6295
|
||||
-- Host: 127.0.0.1
|
||||
-- Server version: 8.0.29 - MySQL Community Server - GPL
|
||||
-- Server OS: Win64
|
||||
-- HeidiSQL Version: 12.0.0.6468
|
||||
-- --------------------------------------------------------
|
||||
|
||||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET NAMES utf8 */;
|
||||
/*!50503 SET NAMES utf8mb4 */;
|
||||
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
|
||||
/*!40103 SET TIME_ZONE='+00:00' */;
|
||||
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
|
||||
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
|
||||
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
||||
|
||||
-- Dumpar struktur för tabell acore_world.script_waypoint
|
||||
-- Dumping structure for table acore_world.script_waypoint
|
||||
DROP TABLE IF EXISTS `script_waypoint`;
|
||||
CREATE TABLE IF NOT EXISTS `script_waypoint` (
|
||||
`entry` mediumint unsigned NOT NULL DEFAULT '0' COMMENT 'creature_template entry',
|
||||
|
|
@ -23,9 +25,9 @@ CREATE TABLE IF NOT EXISTS `script_waypoint` (
|
|||
`waittime` int unsigned NOT NULL DEFAULT '0' COMMENT 'waittime in millisecs',
|
||||
`point_comment` text,
|
||||
PRIMARY KEY (`entry`,`pointid`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 ROW_FORMAT=FIXED COMMENT='Script Creature waypoints';
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=FIXED COMMENT='Script Creature waypoints';
|
||||
|
||||
-- Dumpar data för tabell acore_world.script_waypoint: 2 388 rows
|
||||
-- Dumping data for table acore_world.script_waypoint: 2,388 rows
|
||||
DELETE FROM `script_waypoint`;
|
||||
/*!40000 ALTER TABLE `script_waypoint` DISABLE KEYS */;
|
||||
INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `location_z`, `waittime`, `point_comment`) VALUES
|
||||
|
|
@ -2419,6 +2421,7 @@ INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `
|
|||
(15471, 14, -8939.95, 1551.13, 21.5669, 0, 'Andorov');
|
||||
/*!40000 ALTER TABLE `script_waypoint` ENABLE KEYS */;
|
||||
|
||||
/*!40103 SET TIME_ZONE=IFNULL(@OLD_TIME_ZONE, 'system') */;
|
||||
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
|
||||
/*!40014 SET FOREIGN_KEY_CHECKS=IFNULL(@OLD_FOREIGN_KEY_CHECKS, 1) */;
|
||||
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue