fix(DB/Creature) - Removes weapons from Rorgish Jowl (#21142)

This commit is contained in:
FlyingArowana
2025-01-12 13:32:34 +00:00
committed by GitHub
parent 03c263f88e
commit 849e10439e

View File

@@ -0,0 +1,3 @@
--
-- Removes `Monster - Axe, 2H Horde Massive Spiked` from creature `Rorgish Jowl`
UPDATE `creature_equip_template` SET `ItemID1` = 0 WHERE (`CreatureID` = 10639 AND `ItemID1` = 14870);