DB/Spell: Arm Dead Damage Kologarn

Closes #24577

(cherry picked from commit 9170567218)
This commit is contained in:
Jildor
2020-05-11 17:49:47 +02:00
committed by Shauren
parent 5d0b43cec4
commit 9d27de8b80
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
-- Ulduar - Arm Dead Damage Kologarn difficult modes
-- DELETE FROM `spelldifficulty_dbc` WHERE `id` =63629;
-- INSERT INTO `spelldifficulty_dbc`(`id`,`spellid0`,`spellid1`) VALUES
-- (63629,63629,63979);
-- Ulduar - Arm Dead Damage Kologarn should ignore armor
DELETE FROM `spell_custom_attr` WHERE `entry` IN (63629,63979);
INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES
(63629, 32768), -- 10
(63979, 32768); -- 25

View File

@@ -35,7 +35,6 @@ EndScriptData */
enum Spells
{
SPELL_ARM_DEAD_DAMAGE = 63629,
SPELL_TWO_ARM_SMASH = 63356,
SPELL_ONE_ARM_SMASH = 63573,
SPELL_ARM_SWEEP = 63766,
@@ -62,6 +61,8 @@ enum Spells
SPELL_BERSERK = 47008 // guess
};
#define SPELL_ARM_DEAD_DAMAGE RAID_MODE<uint32>(63629,63979)
enum NPCs
{
NPC_RUBBLE_STALKER = 33809,