mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 23:56:25 +00:00
fix(DB/Creature): Add mining type_flag for NPC Tavarok (#9579)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user