From 82764a71fc5a4fef1d53f55f4b8aa3343ac10f5d Mon Sep 17 00:00:00 2001 From: sirikfoll Date: Wed, 20 Sep 2017 17:39:30 -0300 Subject: Core/Scripts: Minor fixes in boss Coren Direbrew Update script register model Fix number os Mole Machine spell targets Fix Mole Machine timer Fix minions summon (cherry picked from commit 05a101881cc58cd10483002f8ba0576c4b09f57d) --- sql/updates/world/master/2020_09_06_09_world_2017_09_20_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2020_09_06_09_world_2017_09_20_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2020_09_06_09_world_2017_09_20_01_world.sql b/sql/updates/world/master/2020_09_06_09_world_2017_09_20_01_world.sql new file mode 100644 index 00000000000..39d2f3ccf93 --- /dev/null +++ b/sql/updates/world/master/2020_09_06_09_world_2017_09_20_01_world.sql @@ -0,0 +1,2 @@ +-- 'Dark Iron Mole Machine (Minion Summoner Trap)' template data is not sent to client, values are guessed +UPDATE `gameobject_template` SET `Data4`=2 WHERE `entry`=188509; -- cgit v1.2.3