From b315337b744c06b8b19e5dffd3f746e59b422da1 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Tue, 12 Feb 2019 19:53:27 +0100 Subject: [PATCH] DB/Spells: allow to have multiple stat increasing buffs on a target but only one will have an effect --- sql/updates/world/custom/custom_2019_02_11_02_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/custom/custom_2019_02_11_02_world.sql b/sql/updates/world/custom/custom_2019_02_11_02_world.sql index 450e71388f9..538ff0f0f08 100644 --- a/sql/updates/world/custom/custom_2019_02_11_02_world.sql +++ b/sql/updates/world/custom/custom_2019_02_11_02_world.sql @@ -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