fix(DB/Spells): Hive'Zara Tail Lasher's Tail Lash (#12601)
Co-authored-by: Gultask <gultask@users.noreply.github.com>
This commit is contained in:
parent
314e6a84f7
commit
8a3e43c656
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
--
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 25654 AND `spell_effect` = 6608;
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
(25654, 6608, 1, 'Hive\'Zara Tail Lasher: On Tail Lash - Apply Dropped Weapon');
|
||||
|
||||
UPDATE `smart_scripts` SET `event_param3`=10900, `event_param4`=23100 WHERE `entryorguid`=15336 AND `source_type`=0 AND `id`=4 AND `link`=0;
|
||||
Loading…
Add table
Add a link
Reference in a new issue