fix(DB/Creature): Kargath Grunt equipment (#2016)

This commit is contained in:
Poszer
2019-07-07 00:55:25 +02:00
committed by Stoabrogga
parent da013f3543
commit e0eeb2a48c

View File

@@ -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;