fix(DB/Spell): Allow Poison Bolt to stack (#22668)
This commit is contained in:
parent
5ad345a873
commit
2877502fb3
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
-- Anub'ar Venomancer - Poison Bolt
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 53617;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (53617, 4194304);
|
||||
|
||||
-- Anub'ar Venomancer - Poison Bolt(H)
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 59359;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (59359, 4194304);
|
||||
Loading…
Add table
Add a link
Reference in a new issue