Core/Pets:

* corrected level 85 stats for Death Knight's Risen Ghoul
* removed an old leftover that was causing Blood Worms to have way too much health
* enabled and use Avoidance for Death Knight Ghouls used in Raise Dead and Army of the Dead
This commit is contained in:
Ovahlord
2019-02-10 18:43:54 +01:00
parent 949c6b8d8a
commit f73630dd0e
4 changed files with 35 additions and 45 deletions

View File

@@ -0,0 +1,5 @@
UPDATE `pet_levelstats` SET `str`= 476, `agi`= 3343, `sta`= 546, `inte`= 69, `spi`= 116 WHERE `creature_entry`= 26125 AND `level`= 85;
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_dk_avoidance_passive';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(62137, 'spell_dk_avoidance_passive');