fix(DB/Creature) - Removes weapons from Rorgish Jowl (#21142)
This commit is contained in:
parent
03c263f88e
commit
849e10439e
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue