mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
fix(DB/Creature): Kargath Grunt equipment (#2016)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user