fix(Scripts/ShadowLabyrinth): Improve Grandmaster Vorpil script (#16126)
fixed boss moving after teleporting and interrupting fire storm void travelers will cast empowering shadow on vorpil shadow nova animation now works fixed spell cast order as described in the vorpil issue [Shadow Labyrinth] Grandmaster Vorpil #15928 vorpil will use draw shadows to summon players instead of having them manually summoned
This commit is contained in:
parent
0b29c079d7
commit
da2dafa64b
2 changed files with 62 additions and 52 deletions
|
|
@ -0,0 +1,10 @@
|
|||
--
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (33617, 33783);
|
||||
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`) VALUES
|
||||
(33617, 33617, 39363),
|
||||
(33783, 33783, 39364);
|
||||
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` IN (33783, 39364);
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
(33783, 4194304),
|
||||
(39364, 4194304);
|
||||
Loading…
Add table
Add a link
Reference in a new issue