fix(DB/Creature): Venture Co. Strip Miners now move/attack/cast (#1973)

Fix combat issue with Venture Co. Strip Miners. They should move, and attack players
This commit is contained in:
Poszer
2019-06-20 16:07:19 +02:00
committed by Barbz
parent 5d3cd9a0b4
commit 54ddf19501

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1560521436127285100');
UPDATE `smart_scripts` SET `event_param1` = 0, `event_param2` = 0, `action_param2` = 1, `comment` = 'Venture Co. Strip Miner - In Combat - Cast Throw Dynamite' WHERE `entryorguid` = 674 AND `source_type` = 0 and `id` = 0;