mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/Spell: Arcane Brilliance should not stack with Fel Intelligence
Closes #18524 By Jildor
This commit is contained in:
4
sql/updates/world/3.3.5/2016_12_28_05_world.sql
Normal file
4
sql/updates/world/3.3.5/2016_12_28_05_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `spell_group` WHERE `id`=1083 AND `spell_id`=-1080;
|
||||
INSERT INTO `spell_group` (`id`,`spell_id`) VALUES
|
||||
(1083,-1080);
|
||||
Reference in New Issue
Block a user