fix(DB/spell_custom_attr): Warchief's Blessing - add NO_PVP_FLAG. (#15212)
This commit is contained in:
parent
aa3e2e052a
commit
c8b8c6df17
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- Warchief's blessing - Add NO_PVP_FLAG
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=16609;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (16609, 128);
|
||||
Loading…
Add table
Add a link
Reference in a new issue