mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Creature) - Removes weapons from Rorgish Jowl (#21142)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user