diff --git a/data/sql/updates/pending_db_world/totemfix.sql b/data/sql/updates/db_world/2026_07_04_05.sql similarity index 79% rename from data/sql/updates/pending_db_world/totemfix.sql rename to data/sql/updates/db_world/2026_07_04_05.sql index b2ee70e57b..688481cbf9 100644 --- a/data/sql/updates/pending_db_world/totemfix.sql +++ b/data/sql/updates/db_world/2026_07_04_05.sql @@ -1,2 +1,3 @@ +-- DB update 2026_07_04_04 -> 2026_07_04_05 -- Update TotemCategories for Savage and Hateful totems UPDATE `item_template` SET `TotemCategory` = 21 WHERE (`entry` IN (42593, 42594, 42595, 42596, 42601, 42606));