From 3586fc95937979a8c2bb57eec5cb5ad2e506eb26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 4 Jul 2026 20:54:17 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): f38a08dbffad236996c84cb31b386d4d9fcf61bd --- .../totemfix.sql => db_world/2026_07_04_05.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/totemfix.sql => db_world/2026_07_04_05.sql} (79%) 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));