diff options
author | Killyana <morphone1@gmail.com> | 2016-12-28 10:19:26 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-12-28 10:19:26 +0100 |
commit | 463da80edf95b686e3d86b0521be2637626f7869 (patch) | |
tree | 36a3fe8d0ff3502351cffe40c4286abb136cd929 | |
parent | 3b4521bb29552ca3f913b6ee1d255360fc65b06e (diff) |
DB/Spell: Arcane Brilliance should not stack with Fel Intelligence
Closes #18524
By Jildor
-rw-r--r-- | sql/updates/world/3.3.5/2016_12_28_05_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_28_05_world.sql b/sql/updates/world/3.3.5/2016_12_28_05_world.sql new file mode 100644 index 00000000000..860e906224c --- /dev/null +++ b/sql/updates/world/3.3.5/2016_12_28_05_world.sql @@ -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); |