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);