mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
merge
--HG-- branch : trunk
This commit is contained in:
4
sql/updates/6549_world_spell_proc_event.sql
Normal file
4
sql/updates/6549_world_spell_proc_event.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (16086,16544);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
( 16086, 0x04, 11, 0x00000000, 0x00040000, 0x00000000, 0x00030000, 0x00000000, 0, 0, 0), -- Improved Fire Nova Totem (Rank 1)
|
||||
( 16544, 0x04, 11, 0x00000000, 0x00040000, 0x00000000, 0x00030000, 0x00000000, 0, 0, 0); -- Improved Fire Nova Totem (Rank 2)
|
||||
Reference in New Issue
Block a user