From 369a43110dcd552a0912c0994507680f5da37c9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 31 Mar 2025 23:49:46 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 3ede7bd944fd7dc38ffd348eff6910c31da9a659 --- .../ac-fix-NPC9596-axe-model.sql => db_world/2025_03_31_03.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/ac-fix-NPC9596-axe-model.sql => db_world/2025_03_31_03.sql} (77%) diff --git a/data/sql/updates/pending_db_world/ac-fix-NPC9596-axe-model.sql b/data/sql/updates/db_world/2025_03_31_03.sql similarity index 77% rename from data/sql/updates/pending_db_world/ac-fix-NPC9596-axe-model.sql rename to data/sql/updates/db_world/2025_03_31_03.sql index e461b31a9..7d2f66f23 100644 --- a/data/sql/updates/pending_db_world/ac-fix-NPC9596-axe-model.sql +++ b/data/sql/updates/db_world/2025_03_31_03.sql @@ -1,2 +1,3 @@ +-- DB update 2025_03_31_02 -> 2025_03_31_03 -- Added missing ranged weapon for SpellID 6466 UPDATE `creature_equip_template` SET `ItemID3` = 5856, `VerifiedBuild` = 0 WHERE (`CreatureID` = 9596);