Skip to content

Commit

Permalink
fix(DB/Custom): Wand of Holiday Cheer PVP tagging. (azerothcore#18333)
Browse files Browse the repository at this point in the history
* fix(DB/Custom): Wand of Holiday Cheer PVP tagging.

* -
  • Loading branch information
avarishd authored Feb 20, 2024
1 parent 72ba824 commit 12d701c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/sql/updates/pending_db_world/rev_1707992890120663700.sql
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 12d701c

Please sign in to comment.