Skip to content

Commit

Permalink
DB/Player: Update player_classlevelstats for Demon Hunter
Browse files Browse the repository at this point in the history
  • Loading branch information
AzgathCore authored May 23, 2021
1 parent 7fbbbfe commit 8e1c230
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions sql/updates/world/2021_05_22_00_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
DELETE FROM `player_classlevelstats` WHERE `class`=12;
INSERT INTO `player_classlevelstats` (`class`, `level`, `str`, `agi`, `sta`, `inte`) VALUES
(12, 8, 24, 30, 32, 23),
(12, 9, 26, 31, 34, 24),
(12, 10, 28, 34, 36, 26),
(12, 11, 30, 36, 38, 27),
(12, 12, 32, 39, 40, 29),
(12, 13, 35, 43, 42, 30),
(12, 14, 38, 46, 44, 31),
(12, 15, 40, 48, 46, 33),
(12, 16, 42, 50, 48, 34),
(12, 17, 43, 52, 50, 35),
(12, 18, 45, 54, 51, 37),
(12, 19, 46, 56, 53, 38),
(12, 20, 47, 58, 55, 39),
(12, 21, 50, 60, 57, 41),
(12, 22, 51, 62, 59, 42),
(12, 23, 53, 64, 61, 44),
(12, 24, 55, 66, 63, 45),
(12, 25, 56, 68, 65, 46),
(12, 26, 58, 70, 67, 48),
(12, 27, 60, 72, 69, 49),
(12, 28, 62, 74, 71, 51),
(12, 29, 64, 77, 73, 52),
(12, 30, 66, 79, 75, 54),
(12, 31, 68, 82, 78, 56),
(12, 32, 70, 84, 80, 57),
(12, 33, 72, 87, 83, 59),
(12, 34, 75, 90, 86, 61),
(12, 35, 77, 93, 88, 63),
(12, 36, 80, 96, 91, 65),
(12, 37, 82, 99, 94, 67),
(12, 38, 85, 102, 97, 70),
(12, 39, 88, 106, 101, 72),
(12, 40, 91, 109, 104, 74),
(12, 41, 94, 113, 108, 77),
(12, 42, 97, 117, 112, 80),
(12, 43, 101, 121, 116, 82),
(12, 44, 104, 126, 120, 85),
(12, 45, 108, 130, 124, 88),
(12, 46, 112, 135, 128, 92),
(12, 47, 116, 140, 133, 95),
(12, 48, 120, 145, 138, 98),
(12, 49, 124, 150, 143, 102),
(12, 50, 129, 155, 148, 106),
(12, 51, 160, 193, 187, 131),
(12, 52, 172, 208, 204, 141),
(12, 53, 186, 224, 223, 152),
(12, 54, 200, 241, 244, 164),
(12, 55, 215, 260, 267, 177),
(12, 56, 232, 280, 292, 190),
(12, 57, 248, 299, 317, 203),
(12, 58, 264, 319, 343, 217),
(12, 59, 282, 340, 372, 231),
(12, 60, 373, 450, 414, 306);

0 comments on commit 8e1c230

Please sign in to comment.