aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorfunjoker <funjoker109@gmail.com>2024-01-09 00:10:25 +0100
committerfunjoker <funjoker109@gmail.com>2024-01-09 00:35:58 +0100
commit2a8f1feef6dfd585bec3e1232888fb0807fcaf12 (patch)
treec631a95cebd896bc8f05192843284870dfc04e46 /sql
parenta08ab8364a12239c93a04efeb26002d2854d06f9 (diff)
Core/Misc: Build fixes
Closes #29572
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/wotlk_classic/2024_01_09_00_world.sql81
1 files changed, 81 insertions, 0 deletions
diff --git a/sql/updates/world/wotlk_classic/2024_01_09_00_world.sql b/sql/updates/world/wotlk_classic/2024_01_09_00_world.sql
new file mode 100644
index 00000000000..b34a448e4ec
--- /dev/null
+++ b/sql/updates/world/wotlk_classic/2024_01_09_00_world.sql
@@ -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);