diff options
author | fluxurion <fluxurion@users.noreply.github.com> | 2022-12-23 16:37:05 +0100 |
---|---|---|
committer | ModoX <moardox@gmail.com> | 2022-12-23 16:39:23 +0100 |
commit | 6e78d46f2820e717b57e9d334437182becd6b420 (patch) | |
tree | 2b08f1954cbd8bd9819bd9e65fe86bd77a8a7883 | |
parent | abe84b9acffab8b710849f9b8b57bdde483921a1 (diff) |
DB/Player: Added 61-70 class stats for Evoker
-rw-r--r-- | sql/updates/world/master/2022_12_23_00_world.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_12_23_00_world.sql b/sql/updates/world/master/2022_12_23_00_world.sql new file mode 100644 index 00000000000..af8cdf403bc --- /dev/null +++ b/sql/updates/world/master/2022_12_23_00_world.sql @@ -0,0 +1,13 @@ +-- +DELETE FROM `player_classlevelstats` WHERE (`class`=13 AND `level` BETWEEN 61 AND 70); +INSERT INTO `player_classlevelstats` (`class`, `level`, `str`, `agi`, `sta`, `inte`, `VerifiedBuild`) VALUES +(13, 61, 294, 457, 739, 672, 47187), -- DracthyrAlliance Evoker +(13, 62, 335, 520, 889, 766, 47187), -- DracthyrAlliance Evoker +(13, 63, 382, 593, 1066, 872, 47187), -- DracthyrAlliance Evoker +(13, 64, 435, 675, 1276, 994, 47187), -- DracthyrAlliance Evoker +(13, 65, 496, 769, 1524, 1132, 47187), -- DracthyrAlliance Evoker +(13, 66, 565, 876, 1815, 1289, 47213), -- DracthyrAlliance Evoker +(13, 67, 644, 998, 2159, 1468, 47213), -- DracthyrAlliance Evoker +(13, 68, 734, 1137, 2562, 1673, 47213), -- DracthyrAlliance Evoker +(13, 69, 837, 1295, 3036, 1905, 47213), -- DracthyrAlliance Evoker +(13, 70, 918, 1422, 3461, 2091, 47213); -- DracthyrAlliance Evoker |