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:
parent
5d3cd9a0b4
commit
54ddf19501
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue