fix(DB/Creature): Add mining type_flag for NPC Tavarok (#9579)

This commit is contained in:
Vox
2021-12-12 10:50:53 -07:00
committed by GitHub
parent 109de44bb8
commit ce1516103f

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638924383737045000');
/* Mining type_flag for NPC Tavarok
*/
UPDATE `creature_template` SET `type_flags` = 512 WHERE (`entry` = 18343);
UPDATE `creature_template` SET `type_flags` = 512 WHERE (`entry` = 20268);