mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(DB/Spell): Savory Deviate Delight auras should not stack (#3073)
Co-Authored-By: Wyrserth <wyrserth@users.noreply.github.com> Co-authored-by: Wyrserth <wyrserth@users.noreply.github.com> Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com> Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1590526350564496900');
|
||||
|
||||
DELETE FROM `spell_group_stack_rules` WHERE `group_id` = 1112;
|
||||
INSERT INTO `spell_group_stack_rules` (`group_id`, `stack_rule`) VALUES
|
||||
(1112, 8);
|
||||
DELETE FROM `spell_group` WHERE `id` = 1112;
|
||||
INSERT INTO `spell_group` (`id`, `spell_id`) VALUES
|
||||
(1112, 8219),
|
||||
(1112, 8220),
|
||||
(1112, 8221),
|
||||
(1112, 8222);
|
||||
Reference in New Issue
Block a user