Core: Updated to 12.0.0

This commit is contained in:
Shauren
2026-01-29 00:22:24 +01:00
parent 0168e1b04a
commit b0a596908d
92 changed files with 8312 additions and 5498 deletions

View File

@@ -1777,6 +1777,7 @@ CREATE TABLE `character_stats` (
`agility` int unsigned NOT NULL DEFAULT '0',
`stamina` int unsigned NOT NULL DEFAULT '0',
`intellect` int unsigned NOT NULL DEFAULT '0',
`spirit` int unsigned NOT NULL DEFAULT '0',
`armor` int unsigned NOT NULL DEFAULT '0',
`resHoly` int unsigned NOT NULL DEFAULT '0',
`resFire` int unsigned NOT NULL DEFAULT '0',
@@ -3829,7 +3830,8 @@ INSERT INTO `updates` VALUES
('2025_10_10_00_characters.sql','F1EF875805AF1E87A413387F5449FE37D5205E94','ARCHIVED','2025-10-09 23:58:44',0),
('2025_10_29_00_characters.sql','DC6A5D66E866352AC243869B627D282EE6A8B4F2','ARCHIVED','2025-10-29 06:57:00',0),
('2025_11_25_00_characters.sql','A0C04B2404B1832421402F78436DDC4AA18EBAD8','ARCHIVED','2025-11-25 22:28:32',0),
('2026_01_14_00_characters.sql','FF5D889A41BBD9F9827489DEC08BCA9DB457933E','ARCHIVED','2026-01-14 23:40:33',0);
('2026_01_14_00_characters.sql','FF5D889A41BBD9F9827489DEC08BCA9DB457933E','ARCHIVED','2026-01-14 23:40:33',0),
('2026_01_28_00_characters.sql','4BC854318CA2992BC894899A5BE5F4EC891FDF76','RELEASED','2026-01-25 21:53:51',0);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;