mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Players: Several currency fixes and improvements (#28676)
This commit is contained in:
@@ -720,6 +720,8 @@ CREATE TABLE `character_currency` (
|
||||
`Quantity` int unsigned NOT NULL,
|
||||
`WeeklyQuantity` int unsigned NOT NULL,
|
||||
`TrackedQuantity` int unsigned NOT NULL,
|
||||
`IncreasedCapQuantity` INT UNSIGNED NOT NULL DEFAULT '0',
|
||||
`EarnedQuantity` INT UNSIGNED NOT NULL DEFAULT '0',
|
||||
`Flags` tinyint unsigned NOT NULL,
|
||||
PRIMARY KEY (`CharacterGuid`,`Currency`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
@@ -3692,7 +3694,8 @@ INSERT INTO `updates` VALUES
|
||||
('2022_12_17_00_characters.sql','3E005BD6B9C60653749B0B3C19CBC497092B9CCB','ARCHIVED','2022-12-17 18:26:43',0),
|
||||
('2022_12_20_00_characters.sql','75A37A085AF1B953926E4352E439C7916B290924','ARCHIVED','2022-12-20 03:10:07',0),
|
||||
('2022_12_30_00_characters.sql','5F90C2BFFBB8F6CE0A3327A2CAABCD5CA3C2BA60','RELEASED','2022-12-30 22:50:16',0),
|
||||
('2023_01_28_00_characters.sql','0280F79FD6EC93FFB3CC67B6499CEDA49D582BFC','RELEASED','2023-01-28 00:11:03',0);
|
||||
('2023_01_28_00_characters.sql','0280F79FD6EC93FFB3CC67B6499CEDA49D582BFC','RELEASED','2023-01-28 00:11:03',0),
|
||||
('2023_01_29_00_characters.sql','24FA9E0F616BF77AC588A25A8A8699903A19A5FE','RELEASED','2023-01-29 16:31:12',0);
|
||||
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user