fix(DB/item_template): Update TotemCategory for multiple totems (#26385)

This commit is contained in:
Apatia
2026-07-04 22:53:04 +02:00
committed by GitHub
parent 583a38237e
commit f38a08dbff
@@ -0,0 +1,2 @@
-- Update TotemCategories for Savage and Hateful totems
UPDATE `item_template` SET `TotemCategory` = 21 WHERE (`entry` IN (42593, 42594, 42595, 42596, 42601, 42606));