aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2021_04_02_00_world.sql62
1 files changed, 62 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_04_02_00_world.sql b/sql/updates/world/master/2021_04_02_00_world.sql
new file mode 100644
index 00000000000..7c9b4463e19
--- /dev/null
+++ b/sql/updates/world/master/2021_04_02_00_world.sql
@@ -0,0 +1,62 @@
+DELETE FROM `player_classlevelstats` WHERE `class`=1;
+INSERT INTO `player_classlevelstats` (`class`, `level`, `str`, `agi`, `sta`, `inte`) VALUES
+(1, 1, 17, 12, 23, 14),
+(1, 2, 18, 13, 25, 15),
+(1, 3, 20, 14, 27, 16),
+(1, 4, 22, 15, 29, 18),
+(1, 5, 24, 17, 31, 19),
+(1, 6, 26, 18, 33, 20),
+(1, 7, 28, 20, 34, 22),
+(1, 8, 29, 21, 36, 23),
+(1, 9, 31, 22, 38, 24),
+(1, 10, 33, 23, 40, 26),
+(1, 11, 36, 25, 42, 27),
+(1, 12, 39, 27, 43, 29),
+(1, 13, 43, 30, 45, 30),
+(1, 14, 46, 32, 46, 31),
+(1, 15, 48, 33, 48, 33),
+(1, 16, 50, 35, 50, 34),
+(1, 17, 52, 36, 51, 35),
+(1, 18, 54, 37, 52, 37),
+(1, 19, 56, 39, 54, 38),
+(1, 20, 58, 40, 55, 39),
+(1, 21, 60, 41, 57, 41),
+(1, 22, 62, 43, 59, 42),
+(1, 23, 64, 44, 61, 44),
+(1, 24, 66, 46, 63, 45),
+(1, 25, 68, 47, 65, 46),
+(1, 26, 70, 48, 67, 48),
+(1, 27, 72, 50, 69, 49),
+(1, 28, 74, 51, 71, 51),
+(1, 29, 77, 53, 73, 52),
+(1, 30, 79, 55, 75, 54),
+(1, 31, 82, 56, 78, 56),
+(1, 32, 84, 58, 80, 57),
+(1, 33, 87, 60, 83, 59),
+(1, 34, 90, 62, 86, 61),
+(1, 35, 93, 64, 88, 63),
+(1, 36, 96, 66, 91, 65),
+(1, 37, 99, 68, 94, 67),
+(1, 38, 102, 71, 97, 70),
+(1, 39, 106, 73, 101, 72),
+(1, 40, 109, 76, 104, 74),
+(1, 41, 113, 78, 108, 77),
+(1, 42, 117, 81, 112, 80),
+(1, 43, 121, 84, 116, 82),
+(1, 44, 126, 87, 120, 85),
+(1, 45, 130, 90, 124, 88),
+(1, 46, 135, 93, 128, 92),
+(1, 47, 140, 96, 133, 95),
+(1, 48, 145, 100, 138, 98),
+(1, 49, 150, 103, 143, 102),
+(1, 50, 155, 107, 148, 106),
+(1, 51, 193, 133, 187, 131),
+(1, 52, 208, 143, 204, 141),
+(1, 53, 224, 154, 223, 152),
+(1, 54, 241, 166, 244, 164),
+(1, 55, 260, 179, 267, 177),
+(1, 56, 280, 193, 292, 190),
+(1, 57, 299, 206, 317, 203),
+(1, 58, 319, 220, 343, 217),
+(1, 59, 340, 235, 372, 231),
+(1, 60, 450, 310, 414, 306);