fix(DB/Creature) fix Bannok Grimaxe's Axe Toss has a missing model (#21780)

Co-authored-by: sudlud <sudlud@users.noreply.github.com>
This commit is contained in:
Smirnov Sergey
2025-04-01 02:48:40 +03:00
committed by GitHub
parent dafd307088
commit 3ede7bd944

View File

@@ -0,0 +1,2 @@
-- Added missing ranged weapon for SpellID 6466
UPDATE `creature_equip_template` SET `ItemID3` = 5856, `VerifiedBuild` = 0 WHERE (`CreatureID` = 9596);