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:
Kitzunu
2020-07-16 13:30:15 +02:00
committed by GitHub
parent 6bf93eb837
commit f9b57554e3

View File

@@ -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);