mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
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:
5
sql/updates/world/custom/custom_2019_02_10_01_world.sql
Normal file
5
sql/updates/world/custom/custom_2019_02_10_01_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user