mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 00:19:59 +01:00
DB/Spells: allow to have multiple stat increasing buffs on a target but only one will have an effect
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
UPDATE `spell_group_stack_rules` SET `stack_rule`= 1 WHERE `group_id`= 1136;
|
||||
UPDATE `spell_group_stack_rules` SET `stack_rule`= 3 WHERE `group_id`= 1136;
|
||||
DELETE FROM `spell_group` WHERE `id` IN (1148);
|
||||
INSERT INTO `spell_group` (`id`, `spell_id`) VALUES
|
||||
-- Blessing of Might / Blessing of Kings
|
||||
|
||||
Reference in New Issue
Block a user