diff options
author | TDB Release <tdb-release@build.bot> | 2025-08-16 15:03:50 +0000 |
---|---|---|
committer | TDB Release <tdb-release@build.bot> | 2025-08-16 15:03:50 +0000 |
commit | b4d69dfd6d782b283ae4f9ebfcc780d6f84eb64a (patch) | |
tree | d8ad48a143780693bf7044a643eb66f110ae94cb /sql/base | |
parent | de80c713d0aad00166bb2a25fe70ec3672da7fa0 (diff) |
TDB 1120.25081 - 2025/08/16TDB1120.25081
Diffstat (limited to 'sql/base')
-rw-r--r-- | sql/base/auth_database.sql | 7 | ||||
-rw-r--r-- | sql/base/characters_database.sql | 13 | ||||
-rw-r--r-- | sql/base/dev/hotfixes_database.sql | 65 | ||||
-rw-r--r-- | sql/base/dev/world_database.sql | 8 |
4 files changed, 63 insertions, 30 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index b31dd804ba1..ff3377a398b 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -2,7 +2,7 @@ -- -- Host: localhost Database: auth -- ------------------------------------------------------ --- Server version 8.0.42-0ubuntu0.22.04.1 +-- Server version 8.0.42-0ubuntu0.22.04.2 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -3751,7 +3751,8 @@ INSERT INTO `updates` VALUES ('2025_06_27_00_auth.sql','243C89DFED0058323EF9690D124C1F20036D461B','ARCHIVED','2025-06-27 14:22:49',0), ('2025_07_14_00_auth.sql','5F975A202CF84F2BFEA366E0BEDF8FA63035CD62','ARCHIVED','2025-07-14 23:10:54',0), ('2025_07_21_00_auth.sql','44AA781EE1B1C66E8433E50A2E20916EB1BEFE23','ARCHIVED','2025-07-21 22:51:05',0), -('2025_08_13_00_auth.sql','5F67141AB407AEC202E8048765256AB11C5621EA','RELEASED','2025-08-12 19:26:13',0); +('2025_08_13_00_auth.sql','5F67141AB407AEC202E8048765256AB11C5621EA','ARCHIVED','2025-08-12 19:26:13',0), +('2025_08_16_00_auth.sql','DCAB779D0FC212FDF964D055BEC17AC1255A013C','ARCHIVED','2025-08-16 14:58:22',0); /*!40000 ALTER TABLE `updates` ENABLE KEYS */; UNLOCK TABLES; @@ -3895,4 +3896,4 @@ SET character_set_client = @saved_cs_client; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2025-07-21 22:51:07 +-- Dump completed on 2025-08-16 14:58:24 diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index a70185ede3d..c93b076181a 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -2,7 +2,7 @@ -- -- Host: localhost Database: characters -- ------------------------------------------------------ --- Server version 8.0.42-0ubuntu0.22.04.1 +-- Server version 8.0.42-0ubuntu0.22.04.2 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -600,9 +600,9 @@ DROP TABLE IF EXISTS `character_bank_tab_settings`; CREATE TABLE `character_bank_tab_settings` ( `characterGuid` bigint unsigned NOT NULL, `tabId` tinyint unsigned NOT NULL, - `name` varchar(16) COLLATE utf8mb4_unicode_ci DEFAULT NULL, - `icon` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, - `description` varchar(2048) COLLATE utf8mb4_unicode_ci DEFAULT NULL, + `name` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, + `icon` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, + `description` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `depositFlags` int DEFAULT '0', PRIMARY KEY (`characterGuid`,`tabId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; @@ -3821,7 +3821,8 @@ INSERT INTO `updates` VALUES ('2025_05_31_00_characters.sql','C240EB5C4008B6AA0514802A18D7DD875680DE82','ARCHIVED','2025-05-31 19:45:56',0), ('2025_06_27_00_characters.sql','35088BA5BA4BD3B7FAAD6FD4FAE38E52A5B71CD8','ARCHIVED','2025-06-27 14:22:08',0), ('2025_07_21_00_characters.sql','056A99B9AA90186E5B3177BF54C86607B6518BE9','ARCHIVED','2025-07-21 22:51:05',0), -('2025_08_13_00_characters.sql','9C2321777E6C34F18799C8967B1CA0C44F17DA18','RELEASED','2025-08-12 20:17:45',0); +('2025_08_13_00_characters.sql','9C2321777E6C34F18799C8967B1CA0C44F17DA18','ARCHIVED','2025-08-12 20:17:45',0), +('2025_08_16_00_characters.sql','8DF6284B6C7BEDAB599F7E4802FF8BCD80613A92','ARCHIVED','2025-08-16 14:58:22',0); /*!40000 ALTER TABLE `updates` ENABLE KEYS */; UNLOCK TABLES; @@ -3949,4 +3950,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2025-07-21 22:51:07 +-- Dump completed on 2025-08-16 14:58:24 diff --git a/sql/base/dev/hotfixes_database.sql b/sql/base/dev/hotfixes_database.sql index 2a4487226d0..d88b1324dc2 100644 --- a/sql/base/dev/hotfixes_database.sql +++ b/sql/base/dev/hotfixes_database.sql @@ -2,7 +2,7 @@ -- -- Host: localhost Database: hotfixes -- ------------------------------------------------------ --- Server version 8.0.42-0ubuntu0.22.04.1 +-- Server version 8.0.42-0ubuntu0.22.04.2 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -269,7 +269,7 @@ DROP TABLE IF EXISTS `animation_data`; CREATE TABLE `animation_data` ( `ID` int unsigned NOT NULL DEFAULT '0', `Fallback` smallint unsigned NOT NULL DEFAULT '0', - `BehaviorTier` tinyint unsigned NOT NULL DEFAULT '0', + `BehaviorTier` tinyint NOT NULL DEFAULT '0', `BehaviorID` smallint NOT NULL DEFAULT '0', `Flags1` int NOT NULL DEFAULT '0', `Flags2` int NOT NULL DEFAULT '0', @@ -1044,15 +1044,23 @@ CREATE TABLE `azerite_unlock_mapping` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Table structure for table `bank_bag_slot_prices` +-- Table structure for table `bank_tab` -- -DROP TABLE IF EXISTS `bank_bag_slot_prices`; +DROP TABLE IF EXISTS `bank_tab`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `bank_bag_slot_prices` ( +CREATE TABLE `bank_tab` ( `ID` int unsigned NOT NULL DEFAULT '0', - `Cost` int unsigned NOT NULL DEFAULT '0', + `Cost` bigint unsigned NOT NULL DEFAULT '0', + `BankType` tinyint unsigned NOT NULL DEFAULT '0', + `OrderIndex` tinyint NOT NULL DEFAULT '0', + `PlayerConditionID` int NOT NULL DEFAULT '0', + `PurchasePromptTitle` int NOT NULL DEFAULT '0', + `PurchasePromptBody` int NOT NULL DEFAULT '0', + `PurchasePromptConfirmation` int NOT NULL DEFAULT '0', + `TabCleanupConfirmation` int NOT NULL DEFAULT '0', + `TabNameEditBoxHeader` int NOT NULL DEFAULT '0', `VerifiedBuild` int NOT NULL DEFAULT '0', PRIMARY KEY (`ID`,`VerifiedBuild`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; @@ -1069,7 +1077,7 @@ CREATE TABLE `banned_addons` ( `ID` int unsigned NOT NULL DEFAULT '0', `Name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `Version` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, - `Flags` tinyint unsigned NOT NULL DEFAULT '0', + `Flags` int NOT NULL DEFAULT '0', `VerifiedBuild` int NOT NULL DEFAULT '0', PRIMARY KEY (`ID`,`VerifiedBuild`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; @@ -1489,6 +1497,7 @@ CREATE TABLE `cfg_regions` ( `Raidorigin` int unsigned NOT NULL DEFAULT '0', `RegionGroupMask` tinyint unsigned NOT NULL DEFAULT '0', `ChallengeOrigin` int unsigned NOT NULL DEFAULT '0', + `TimeEventRegionGroupID` int NOT NULL DEFAULT '0', `VerifiedBuild` int NOT NULL DEFAULT '0', PRIMARY KEY (`ID`,`VerifiedBuild`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; @@ -1543,7 +1552,7 @@ CREATE TABLE `char_titles` ( `Name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `Name1` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `MaskID` smallint NOT NULL DEFAULT '0', - `Flags` tinyint NOT NULL DEFAULT '0', + `Flags` int NOT NULL DEFAULT '0', `VerifiedBuild` int NOT NULL DEFAULT '0', PRIMARY KEY (`ID`,`VerifiedBuild`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; @@ -1698,6 +1707,7 @@ CREATE TABLE `chr_classes` ( `IconFileDataID` int unsigned NOT NULL DEFAULT '0', `LowResScreenFileDataID` int unsigned NOT NULL DEFAULT '0', `Flags` int NOT NULL DEFAULT '0', + `StartingLevel` int NOT NULL DEFAULT '0', `SpellTextureBlobFileDataID` int unsigned NOT NULL DEFAULT '0', `ArmorTypeMask` int unsigned NOT NULL DEFAULT '0', `CharStartKitUnknown901` int NOT NULL DEFAULT '0', @@ -1712,6 +1722,7 @@ CREATE TABLE `chr_classes` ( `CinematicSequenceID` smallint unsigned NOT NULL DEFAULT '0', `DefaultSpec` smallint unsigned NOT NULL DEFAULT '0', `ID` tinyint unsigned NOT NULL DEFAULT '0', + `HasStrengthBonus` tinyint unsigned NOT NULL DEFAULT '0', `PrimaryStatPriority` tinyint NOT NULL DEFAULT '0', `DisplayPower` tinyint NOT NULL DEFAULT '0', `RangedAttackPowerPerAgility` tinyint unsigned NOT NULL DEFAULT '0', @@ -1722,6 +1733,8 @@ CREATE TABLE `chr_classes` ( `ClassColorG` tinyint unsigned NOT NULL DEFAULT '0', `ClassColorB` tinyint unsigned NOT NULL DEFAULT '0', `RolesMask` tinyint unsigned NOT NULL DEFAULT '0', + `DamageBonusStat` tinyint unsigned NOT NULL DEFAULT '0', + `HasRelicSlot` tinyint unsigned NOT NULL DEFAULT '0', `VerifiedBuild` int NOT NULL DEFAULT '0', PRIMARY KEY (`ID`,`VerifiedBuild`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; @@ -2557,6 +2570,7 @@ CREATE TABLE `creature_family` ( `MaxScaleLevel` tinyint NOT NULL DEFAULT '0', `PetFoodMask` smallint NOT NULL DEFAULT '0', `PetTalentType` tinyint NOT NULL DEFAULT '0', + `CategoryEnumID` int NOT NULL DEFAULT '0', `IconFileID` int NOT NULL DEFAULT '0', `SkillLine1` smallint NOT NULL DEFAULT '0', `SkillLine2` smallint NOT NULL DEFAULT '0', @@ -3203,6 +3217,7 @@ CREATE TABLE `expected_stat` ( `PlayerSecondaryStat` float NOT NULL DEFAULT '0', `ArmorConstant` float NOT NULL DEFAULT '0', `CreatureSpellDamage` float NOT NULL DEFAULT '0', + `ContentSetID` int NOT NULL DEFAULT '0', `Lvl` int unsigned NOT NULL DEFAULT '0', `VerifiedBuild` int NOT NULL DEFAULT '0', PRIMARY KEY (`ID`,`VerifiedBuild`) @@ -4541,7 +4556,7 @@ DROP TABLE IF EXISTS `item`; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `item` ( `ID` int unsigned NOT NULL DEFAULT '0', - `ClassID` tinyint unsigned NOT NULL DEFAULT '0', + `ClassID` int NOT NULL DEFAULT '0', `SubclassID` tinyint unsigned NOT NULL DEFAULT '0', `Material` tinyint unsigned NOT NULL DEFAULT '0', `InventoryType` tinyint NOT NULL DEFAULT '0', @@ -5409,6 +5424,7 @@ CREATE TABLE `item_set_spell` ( `ID` int unsigned NOT NULL DEFAULT '0', `ChrSpecID` smallint unsigned NOT NULL DEFAULT '0', `SpellID` int unsigned NOT NULL DEFAULT '0', + `TraitSubTreeID` smallint unsigned NOT NULL DEFAULT '0', `Threshold` tinyint unsigned NOT NULL DEFAULT '0', `ItemSetID` int unsigned NOT NULL DEFAULT '0', `VerifiedBuild` int NOT NULL DEFAULT '0', @@ -6322,12 +6338,24 @@ CREATE TABLE `map_challenge_mode` ( `Name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `ID` int unsigned NOT NULL DEFAULT '0', `MapID` smallint unsigned NOT NULL DEFAULT '0', - `Flags` tinyint unsigned NOT NULL DEFAULT '0', + `Flags` int NOT NULL DEFAULT '0', `ExpansionLevel` int unsigned NOT NULL DEFAULT '0', `RequiredWorldStateID` int NOT NULL DEFAULT '0', `CriteriaCount1` smallint NOT NULL DEFAULT '0', `CriteriaCount2` smallint NOT NULL DEFAULT '0', `CriteriaCount3` smallint NOT NULL DEFAULT '0', + `FirstRewardQuestID1` int NOT NULL DEFAULT '0', + `FirstRewardQuestID2` int NOT NULL DEFAULT '0', + `FirstRewardQuestID3` int NOT NULL DEFAULT '0', + `FirstRewardQuestID4` int NOT NULL DEFAULT '0', + `FirstRewardQuestID5` int NOT NULL DEFAULT '0', + `FirstRewardQuestID6` int NOT NULL DEFAULT '0', + `RewardQuestID1` int NOT NULL DEFAULT '0', + `RewardQuestID2` int NOT NULL DEFAULT '0', + `RewardQuestID3` int NOT NULL DEFAULT '0', + `RewardQuestID4` int NOT NULL DEFAULT '0', + `RewardQuestID5` int NOT NULL DEFAULT '0', + `RewardQuestID6` int NOT NULL DEFAULT '0', `VerifiedBuild` int NOT NULL DEFAULT '0', PRIMARY KEY (`ID`,`VerifiedBuild`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; @@ -8460,8 +8488,8 @@ CREATE TABLE `spell_category` ( `ID` int unsigned NOT NULL DEFAULT '0', `Name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `Flags` int NOT NULL DEFAULT '0', - `UsesPerWeek` tinyint unsigned NOT NULL DEFAULT '0', - `MaxCharges` tinyint NOT NULL DEFAULT '0', + `UsesPerWeek` int NOT NULL DEFAULT '0', + `MaxCharges` int NOT NULL DEFAULT '0', `ChargeRecoveryTime` int NOT NULL DEFAULT '0', `TypeMask` int NOT NULL DEFAULT '0', `VerifiedBuild` int NOT NULL DEFAULT '0', @@ -8645,7 +8673,7 @@ DROP TABLE IF EXISTS `spell_equipped_items`; CREATE TABLE `spell_equipped_items` ( `ID` int unsigned NOT NULL DEFAULT '0', `SpellID` int NOT NULL DEFAULT '0', - `EquippedItemClass` tinyint NOT NULL DEFAULT '0', + `EquippedItemClass` int NOT NULL DEFAULT '0', `EquippedItemInvTypes` int NOT NULL DEFAULT '0', `EquippedItemSubclass` int NOT NULL DEFAULT '0', `VerifiedBuild` int NOT NULL DEFAULT '0', @@ -9415,6 +9443,10 @@ CREATE TABLE `spell_visual_kit` ( `FallbackSpellVisualKitId` int NOT NULL DEFAULT '0', `DelayMin` smallint unsigned NOT NULL DEFAULT '0', `DelayMax` smallint unsigned NOT NULL DEFAULT '0', + `MinimumSpellVisualDensityFilterType` int NOT NULL DEFAULT '0', + `MinimumSpellVisualDensityFilterParam` int NOT NULL DEFAULT '0', + `ReducedSpellVisualDensityFilterType` int NOT NULL DEFAULT '0', + `ReducedSpellVisualDensityFilterParam` int NOT NULL DEFAULT '0', `Flags1` int NOT NULL DEFAULT '0', `Flags2` int NOT NULL DEFAULT '0', `VerifiedBuild` int NOT NULL DEFAULT '0', @@ -10745,7 +10777,7 @@ CREATE TABLE `unit_power_bar` ( `RegenerationPeace` float NOT NULL DEFAULT '0', `RegenerationCombat` float NOT NULL DEFAULT '0', `BarType` tinyint unsigned NOT NULL DEFAULT '0', - `Flags` smallint unsigned NOT NULL DEFAULT '0', + `Flags` int NOT NULL DEFAULT '0', `StartInset` float NOT NULL DEFAULT '0', `EndInset` float NOT NULL DEFAULT '0', `FileDataID1` int NOT NULL DEFAULT '0', @@ -11009,7 +11041,6 @@ DROP TABLE IF EXISTS `warband_scene`; CREATE TABLE `warband_scene` ( `Name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `Description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, - `Source` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `PositionX` float NOT NULL DEFAULT '0', `PositionY` float NOT NULL DEFAULT '0', `PositionZ` float NOT NULL DEFAULT '0', @@ -11025,7 +11056,6 @@ CREATE TABLE `warband_scene` ( `Quality` tinyint NOT NULL DEFAULT '0', `TextureKit` int NOT NULL DEFAULT '0', `DefaultScenePriority` int NOT NULL DEFAULT '0', - `SourceType` tinyint NOT NULL DEFAULT '0', `VerifiedBuild` int NOT NULL DEFAULT '0', PRIMARY KEY (`ID`,`VerifiedBuild`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; @@ -11043,7 +11073,6 @@ CREATE TABLE `warband_scene_locale` ( `locale` varchar(4) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `Name_lang` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `Description_lang` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, - `Source_lang` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `VerifiedBuild` int NOT NULL DEFAULT '0', PRIMARY KEY (`ID`,`locale`,`VerifiedBuild`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci @@ -11192,4 +11221,4 @@ CREATE TABLE `world_state_expression` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2025-07-21 22:51:12 +-- Dump completed on 2025-08-16 14:58:29 diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql index 77a3413e32d..b2dcebb26e4 100644 --- a/sql/base/dev/world_database.sql +++ b/sql/base/dev/world_database.sql @@ -2,7 +2,7 @@ -- -- Host: localhost Database: world -- ------------------------------------------------------ --- Server version 8.0.42-0ubuntu0.22.04.1 +-- Server version 8.0.42-0ubuntu0.22.04.2 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -182,7 +182,7 @@ DROP TABLE IF EXISTS `areatrigger_create_properties_orbit`; CREATE TABLE `areatrigger_create_properties_orbit` ( `AreaTriggerCreatePropertiesId` int unsigned NOT NULL, `IsCustom` tinyint unsigned NOT NULL, - `StartDelay` int unsigned NOT NULL DEFAULT '0', + `ExtraTimeForBlending` int NOT NULL DEFAULT '0', `CircleRadius` float NOT NULL DEFAULT '0', `BlendFromRadius` float NOT NULL DEFAULT '0', `InitialAngle` float NOT NULL DEFAULT '0', @@ -1052,6 +1052,7 @@ CREATE TABLE `creature_template_difficulty` ( `CreatureDifficultyID` int NOT NULL DEFAULT '0', `TypeFlags` int unsigned NOT NULL DEFAULT '0', `TypeFlags2` int unsigned NOT NULL DEFAULT '0', + `TypeFlags3` int unsigned NOT NULL DEFAULT '0', `LootID` int unsigned NOT NULL DEFAULT '0', `PickPocketLootID` int unsigned NOT NULL DEFAULT '0', `SkinLootID` int unsigned NOT NULL DEFAULT '0', @@ -4776,6 +4777,7 @@ CREATE TABLE `vehicle_template` ( `creatureId` int unsigned NOT NULL, `despawnDelayMs` int NOT NULL DEFAULT '0', `Pitch` float DEFAULT NULL, + `CustomFlags` int unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`creatureId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; @@ -5061,4 +5063,4 @@ CREATE TABLE `world_state` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2025-07-21 22:51:09 +-- Dump completed on 2025-08-16 14:58:26 |