fix(DB/spell_custom_attr): Warchief's Blessing - add NO_PVP_FLAG. (#15212)

This commit is contained in:
avarishd 2023-03-16 20:03:09 +02:00 committed by GitHub
parent aa3e2e052a
commit c8b8c6df17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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