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:
parent
6bf93eb837
commit
f9b57554e3
1 changed files with 11 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue