mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Core/Pets: add missing data to pet_levelstats and use them again to calculate base stat values
This commit is contained in:
7
sql/updates/world/custom/custom_2018_10_08_00_world.sql
Normal file
7
sql/updates/world/custom/custom_2018_10_08_00_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `pet_levelstats` WHERE `creature_entry`= 1 AND `level` BETWEEN 81 AND 85;
|
||||
INSERT INTO `pet_levelstats` (`creature_entry`, `level`, `hp`, `mana`, `armor`, `str`, `agi`, `sta`, `inte`, `spi`) VALUES
|
||||
(1, 81, 8519, 1, 10085, 410, 170, 371, 81, 127),
|
||||
(1, 82, 12895, 1, 10385, 436, 183, 387, 92, 139),
|
||||
(1, 83, 15290, 1, 10684, 462, 196, 403, 103, 151),
|
||||
(1, 84, 18705, 1, 10984, 488, 209, 419, 115, 163),
|
||||
(1, 85, 32474, 1, 11647, 516, 222, 435, 127, 175);
|
||||
Reference in New Issue
Block a user