mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
fix(DB/item_template): Update TotemCategory for multiple totems (#26385)
This commit is contained in:
2
data/sql/updates/pending_db_world/totemfix.sql
Normal file
2
data/sql/updates/pending_db_world/totemfix.sql
Normal file
@@ -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));
|
||||
Reference in New Issue
Block a user