fix(DB/Creature): Kargath Grunt equipment (#2016)
This commit is contained in:
parent
da013f3543
commit
e0eeb2a48c
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1561359418814877200');
|
||||
|
||||
-- Kargath Grunt should have axe equiped https://wow.gamepedia.com/Kargath_Grunt
|
||||
UPDATE `creature_equip_template` SET `ItemID1`=5287 WHERE `CreatureID`=8155;
|
||||
UPDATE `creature_addon` SET `bytes2`=1 WHERE `guid`=6898;
|
||||
Loading…
Add table
Add a link
Reference in a new issue