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:
Nefertumm
2022-08-01 17:58:13 -03:00
committed by GitHub
parent 314e6a84f7
commit 8a3e43c656

View File

@@ -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;