fix(DB/Custom): Wand of Holiday Cheer PVP tagging. (#18333)

* fix(DB/Custom): Wand of Holiday Cheer PVP tagging.

* -
This commit is contained in:
avarishd 2024-02-20 22:32:31 +02:00 committed by GitHub
parent 72ba824941
commit 12d701c2ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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