|
1 | | --- MySQL dump 10.13 Distrib 8.0.40, for Linux (x86_64) |
| 1 | +-- MySQL dump 10.13 Distrib 8.0.43, for Linux (x86_64) |
2 | 2 | -- |
3 | 3 | -- Host: localhost Database: world |
4 | 4 | -- ------------------------------------------------------ |
5 | | --- Server version 8.0.40-0ubuntu0.22.04.1 |
| 5 | +-- Server version 8.0.43-0ubuntu0.22.04.2 |
6 | 6 |
|
7 | 7 | /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; |
8 | 8 | /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; |
@@ -384,11 +384,11 @@ DROP TABLE IF EXISTS `creature_classlevelstats`; |
384 | 384 | CREATE TABLE `creature_classlevelstats` ( |
385 | 385 | `level` tinyint unsigned NOT NULL, |
386 | 386 | `class` tinyint unsigned NOT NULL, |
387 | | - `basehp0` smallint unsigned NOT NULL DEFAULT '1', |
388 | | - `basehp1` smallint unsigned NOT NULL DEFAULT '1', |
389 | | - `basehp2` smallint unsigned NOT NULL DEFAULT '1', |
390 | | - `basemana` smallint unsigned NOT NULL DEFAULT '0', |
391 | | - `basearmor` smallint unsigned NOT NULL DEFAULT '1', |
| 387 | + `basehp0` int unsigned NOT NULL DEFAULT '1', |
| 388 | + `basehp1` int unsigned NOT NULL DEFAULT '1', |
| 389 | + `basehp2` int unsigned NOT NULL DEFAULT '1', |
| 390 | + `basemana` int unsigned NOT NULL DEFAULT '1', |
| 391 | + `basearmor` int unsigned NOT NULL DEFAULT '1', |
392 | 392 | `attackpower` smallint unsigned NOT NULL DEFAULT '0', |
393 | 393 | `rangedattackpower` smallint unsigned NOT NULL DEFAULT '0', |
394 | 394 | `damage_base` float NOT NULL DEFAULT '0', |
@@ -1225,7 +1225,7 @@ CREATE TABLE `gameobject` ( |
1225 | 1225 | `animprogress` tinyint unsigned NOT NULL DEFAULT '0', |
1226 | 1226 | `state` tinyint unsigned NOT NULL DEFAULT '0', |
1227 | 1227 | `ScriptName` char(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '', |
1228 | | - `StringId` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, |
| 1228 | + `StringId` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, |
1229 | 1229 | `VerifiedBuild` int DEFAULT NULL, |
1230 | 1230 | PRIMARY KEY (`guid`) |
1231 | 1231 | ) ENGINE=InnoDB AUTO_INCREMENT=2134507 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Gameobject System'; |
@@ -1347,33 +1347,33 @@ CREATE TABLE `gameobject_template` ( |
1347 | 1347 | `castBarCaption` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', |
1348 | 1348 | `unk1` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', |
1349 | 1349 | `size` float NOT NULL DEFAULT '1', |
1350 | | - `Data0` int unsigned NOT NULL DEFAULT '0', |
| 1350 | + `Data0` int NOT NULL DEFAULT '0', |
1351 | 1351 | `Data1` int NOT NULL DEFAULT '0', |
1352 | | - `Data2` int unsigned NOT NULL DEFAULT '0', |
1353 | | - `Data3` int unsigned NOT NULL DEFAULT '0', |
1354 | | - `Data4` int unsigned NOT NULL DEFAULT '0', |
1355 | | - `Data5` int unsigned NOT NULL DEFAULT '0', |
| 1352 | + `Data2` int NOT NULL DEFAULT '0', |
| 1353 | + `Data3` int NOT NULL DEFAULT '0', |
| 1354 | + `Data4` int NOT NULL DEFAULT '0', |
| 1355 | + `Data5` int NOT NULL DEFAULT '0', |
1356 | 1356 | `Data6` int NOT NULL DEFAULT '0', |
1357 | | - `Data7` int unsigned NOT NULL DEFAULT '0', |
1358 | | - `Data8` int unsigned NOT NULL DEFAULT '0', |
1359 | | - `Data9` int unsigned NOT NULL DEFAULT '0', |
1360 | | - `Data10` int unsigned NOT NULL DEFAULT '0', |
1361 | | - `Data11` int unsigned NOT NULL DEFAULT '0', |
1362 | | - `Data12` int unsigned NOT NULL DEFAULT '0', |
1363 | | - `Data13` int unsigned NOT NULL DEFAULT '0', |
1364 | | - `Data14` int unsigned NOT NULL DEFAULT '0', |
1365 | | - `Data15` int unsigned NOT NULL DEFAULT '0', |
1366 | | - `Data16` int unsigned NOT NULL DEFAULT '0', |
1367 | | - `Data17` int unsigned NOT NULL DEFAULT '0', |
1368 | | - `Data18` int unsigned NOT NULL DEFAULT '0', |
1369 | | - `Data19` int unsigned NOT NULL DEFAULT '0', |
1370 | | - `Data20` int unsigned NOT NULL DEFAULT '0', |
1371 | | - `Data21` int unsigned NOT NULL DEFAULT '0', |
1372 | | - `Data22` int unsigned NOT NULL DEFAULT '0', |
1373 | | - `Data23` int unsigned NOT NULL DEFAULT '0', |
| 1357 | + `Data7` int NOT NULL DEFAULT '0', |
| 1358 | + `Data8` int NOT NULL DEFAULT '0', |
| 1359 | + `Data9` int NOT NULL DEFAULT '0', |
| 1360 | + `Data10` int NOT NULL DEFAULT '0', |
| 1361 | + `Data11` int NOT NULL DEFAULT '0', |
| 1362 | + `Data12` int NOT NULL DEFAULT '0', |
| 1363 | + `Data13` int NOT NULL DEFAULT '0', |
| 1364 | + `Data14` int NOT NULL DEFAULT '0', |
| 1365 | + `Data15` int NOT NULL DEFAULT '0', |
| 1366 | + `Data16` int NOT NULL DEFAULT '0', |
| 1367 | + `Data17` int NOT NULL DEFAULT '0', |
| 1368 | + `Data18` int NOT NULL DEFAULT '0', |
| 1369 | + `Data19` int NOT NULL DEFAULT '0', |
| 1370 | + `Data20` int NOT NULL DEFAULT '0', |
| 1371 | + `Data21` int NOT NULL DEFAULT '0', |
| 1372 | + `Data22` int NOT NULL DEFAULT '0', |
| 1373 | + `Data23` int NOT NULL DEFAULT '0', |
1374 | 1374 | `AIName` char(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', |
1375 | 1375 | `ScriptName` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', |
1376 | | - `StringId` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, |
| 1376 | + `StringId` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, |
1377 | 1377 | `VerifiedBuild` int DEFAULT NULL, |
1378 | 1378 | PRIMARY KEY (`entry`), |
1379 | 1379 | KEY `idx_name` (`name`) |
@@ -2828,7 +2828,7 @@ CREATE TABLE `quest_template` ( |
2828 | 2828 | `RewardFactionValue5` int NOT NULL DEFAULT '0', |
2829 | 2829 | `RewardFactionOverride5` int NOT NULL DEFAULT '0', |
2830 | 2830 | `TimeAllowed` int unsigned NOT NULL DEFAULT '0', |
2831 | | - `AllowableRaces` smallint unsigned NOT NULL DEFAULT '0', |
| 2831 | + `AllowableRaces` int unsigned NOT NULL DEFAULT '0', |
2832 | 2832 | `LogTitle` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, |
2833 | 2833 | `LogDescription` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, |
2834 | 2834 | `QuestDescription` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, |
@@ -4071,4 +4071,4 @@ CREATE TABLE `waypoints` ( |
4071 | 4071 | /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; |
4072 | 4072 | /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; |
4073 | 4073 |
|
4074 | | --- Dump completed on 2024-11-22 23:18:19 |
| 4074 | +-- Dump completed on 2025-10-21 18:16:59 |
0 commit comments