mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(DB/spell_custom_attr): Warchief's Blessing - add NO_PVP_FLAG. (#15212)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user