Core/Misc: Build fixes

Closes #29572
This commit is contained in:
funjoker
2024-01-09 00:10:25 +01:00
parent a08ab8364a
commit 2a8f1feef6
28 changed files with 254 additions and 89 deletions

View File

@@ -0,0 +1,81 @@
DELETE FROM `player_xp_for_level`;
INSERT INTO `player_xp_for_level` (`Level`, `Experience`) VALUES
(1, 400),
(2, 900),
(3, 1400),
(4, 2100),
(5, 2800),
(6, 3600),
(7, 4500),
(8, 5400),
(9, 6500),
(10, 7600),
(11, 8700),
(12, 9800),
(13, 11000),
(14, 12300),
(15, 13600),
(16, 15000),
(17, 16400),
(18, 17800),
(19, 19300),
(20, 20800),
(21, 22400),
(22, 24000),
(23, 25500),
(24, 27200),
(25, 28900),
(26, 30500),
(27, 32200),
(28, 33900),
(29, 36300),
(30, 38800),
(31, 41600),
(32, 44600),
(33, 48000),
(34, 51400),
(35, 55000),
(36, 58700),
(37, 62400),
(38, 66200),
(39, 70200),
(40, 74300),
(41, 78500),
(42, 82800),
(43, 87100),
(44, 91600),
(45, 96300),
(46, 101000),
(47, 105800),
(48, 110700),
(49, 115700),
(50, 120900),
(51, 126100),
(52, 131500),
(53, 137000),
(54, 142500),
(55, 148200),
(56, 154000),
(57, 159900),
(58, 165800),
(59, 172000),
(60, 290000),
(61, 317000),
(62, 349000),
(63, 386000),
(64, 428000),
(65, 475000),
(66, 527000),
(67, 585000),
(68, 648000),
(69, 717000),
(70, 1523800),
(71, 1539600),
(72, 1555700),
(73, 1571800),
(74, 1587900),
(75, 1604200),
(76, 1620700),
(77, 1637400),
(78, 1653900),
(79, 1670800);