mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Custom): Wand of Holiday Cheer PVP tagging. (#18333)
* fix(DB/Custom): Wand of Holiday Cheer PVP tagging. * -
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Wand of Holiday Cheer
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=26074;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (26074, 128);
|
||||
Reference in New Issue
Block a user