DB Updates
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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,0 +1,9 @@
|
||||
DELETE FROM `player_classlevelstats` WHERE `class`=12 AND `level`<8;
|
||||
INSERT INTO `player_classlevelstats` (`class`, `level`, `str`, `agi`, `sta`, `inte`) VALUES
|
||||
(12,1,14,15,11,8),
|
||||
(12,2,16,17,12,9),
|
||||
(12,3,17,18,12,10),
|
||||
(12,4,17,19,13,10),
|
||||
(12,5,17,19,13,10),
|
||||
(12,6,17,19,13,10),
|
||||
(12,7,19,20,14,11);
|
||||
Reference in New Issue
Block a user