mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Quest: Hot and Cold
Add Frost Nova visual effect
(cherry picked from commit dac44a59b4)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `action_param1`=15000 WHERE `entryorguid`=30169 AND `source_type`=0 AND `id`=3;
|
||||
DELETE FROM `spell_scripts` WHERE `id`=56099;
|
||||
INSERT INTO `spell_scripts` (`id`,`effIndex`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES
|
||||
(56099,0,0,15,56135,2,0,0,0,0,0);
|
||||
Reference in New Issue
Block a user