mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core/Items: restore item random enchantments
This commit is contained in:
@@ -2523,6 +2523,7 @@ CREATE TABLE `item_instance` (
|
||||
`battlePetDisplayId` int unsigned NOT NULL DEFAULT '0',
|
||||
`context` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`bonusListIDs` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
||||
`randomPropertiesId` int NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`guid`),
|
||||
KEY `idx_owner_guid` (`owner_guid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Item System';
|
||||
@@ -3384,7 +3385,8 @@ INSERT INTO `updates` VALUES
|
||||
('2024_10_03_00_characters.sql','408249A6992999A36EB94089D184972E8E0767A3','ARCHIVED','2024-10-03 11:10:18',0),
|
||||
('2024_10_27_00_characters.sql','94ABF0B022E253C4F1B1AF165BF46C0CE4551C44','ARCHIVED','2024-10-27 19:22:40',0),
|
||||
('2024_12_13_00_characters.sql','4A00C51BA33639F5555AAE40EC672AE47126F7B6','ARCHIVED','2024-12-13 00:17:03',0),
|
||||
('2025_02_13_00_characters.sql','52DC4928863A53ED85BEC39C35F4F4EF779872D2','ARCHIVED','2025-02-13 16:45:59',0);
|
||||
('2025_02_13_00_characters.sql','52DC4928863A53ED85BEC39C35F4F4EF779872D2','ARCHIVED','2025-02-13 16:45:59',0),
|
||||
('2025_04_15_00_characters.sql','332E776137FC0A0056C370601619141C9A0BE1F4','RELEASED','2025-04-15 19:12:00',0);
|
||||
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user