aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/cata_classic/2024_08_29_01_world..sql87
1 files changed, 87 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_08_29_01_world..sql b/sql/updates/world/cata_classic/2024_08_29_01_world..sql
new file mode 100644
index 00000000000..2de91425fcf
--- /dev/null
+++ b/sql/updates/world/cata_classic/2024_08_29_01_world..sql
@@ -0,0 +1,87 @@
+DELETE FROM `player_xp_for_level` WHERE `Level` BETWEEN 1 AND 85;
+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, 6700),
+(11, 7000),
+(12, 7700),
+(13, 8700),
+(14, 9700),
+(15, 10800),
+(16, 11900),
+(17, 13100),
+(18, 14200),
+(19, 15400),
+(20, 16600),
+(21, 17900),
+(22, 19200),
+(23, 20400),
+(24, 21800),
+(25, 23100),
+(26, 24400),
+(27, 25800),
+(28, 27100),
+(29, 29000),
+(30, 31000),
+(31, 33300),
+(32, 35700),
+(33, 38400),
+(34, 41100),
+(35, 44000),
+(36, 47000),
+(37, 49900),
+(38, 53000),
+(39, 56200),
+(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, 280000),
+(61, 285600),
+(62, 292400),
+(63, 300400),
+(64, 309600),
+(65, 320000),
+(66, 331600),
+(67, 344400),
+(68, 358400),
+(69, 373600),
+(70, 624800),
+(71, 630800),
+(72, 638100),
+(73, 646700),
+(74, 656600),
+(75, 667800),
+(76, 680300),
+(77, 694100),
+(78, 709200),
+(79, 725600),
+(80, 1686300),
+(81, 2121500),
+(82, 4004000),
+(83, 5203400),
+(84, 9165100),
+(85, 12267000);