From 3ede7bd944fd7dc38ffd348eff6910c31da9a659 Mon Sep 17 00:00:00 2001 From: Smirnov Sergey Date: Tue, 1 Apr 2025 02:48:40 +0300 Subject: [PATCH] fix(DB/Creature) fix Bannok Grimaxe's Axe Toss has a missing model (#21780) Co-authored-by: sudlud --- data/sql/updates/pending_db_world/ac-fix-NPC9596-axe-model.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/ac-fix-NPC9596-axe-model.sql diff --git a/data/sql/updates/pending_db_world/ac-fix-NPC9596-axe-model.sql b/data/sql/updates/pending_db_world/ac-fix-NPC9596-axe-model.sql new file mode 100644 index 000000000..e461b31a9 --- /dev/null +++ b/data/sql/updates/pending_db_world/ac-fix-NPC9596-axe-model.sql @@ -0,0 +1,2 @@ +-- Added missing ranged weapon for SpellID 6466 +UPDATE `creature_equip_template` SET `ItemID3` = 5856, `VerifiedBuild` = 0 WHERE (`CreatureID` = 9596);