mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Spell: Fix Inner Fire
By Keader
This commit is contained in:
9
sql/updates/world/4.3.4/2018_05_03_00_world.sql
Normal file
9
sql/updates/world/4.3.4/2018_05_03_00_world.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
--
|
||||
DELETE FROM `spell_group` WHERE `id`=1122;
|
||||
INSERT INTO `spell_group` (`id`, `spell_id`) VALUES
|
||||
(1122,588),
|
||||
(1122,73413);
|
||||
|
||||
DELETE FROM `spell_group_stack_rules` WHERE `group_id`=1122;
|
||||
INSERT INTO `spell_group_stack_rules` (`group_id`, `stack_rule`) VALUES
|
||||
(1122,1);
|
||||
Reference in New Issue
Block a user