From 54ddf1950147d49053f1dc70a5d20fbfeb3488de Mon Sep 17 00:00:00 2001 From: Poszer <41213210+poszer@users.noreply.github.com> Date: Thu, 20 Jun 2019 16:07:19 +0200 Subject: [PATCH] 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 --- data/sql/updates/pending_db_world/rev_1560521436127285100.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1560521436127285100.sql diff --git a/data/sql/updates/pending_db_world/rev_1560521436127285100.sql b/data/sql/updates/pending_db_world/rev_1560521436127285100.sql new file mode 100644 index 000000000..64ffa490c --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1560521436127285100.sql @@ -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;