diff options
| author | sirikfoll <sirikfoll@hotmail.com> | 2017-09-20 17:39:30 -0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-09-06 21:40:44 +0200 |
| commit | 82764a71fc5a4fef1d53f55f4b8aa3343ac10f5d (patch) | |
| tree | bb3f212b688671e791fdbac0a6efa4ee1dba6e93 /sql | |
| parent | aefaff36eca955c69b4c958fafc4e3649cb1c6d4 (diff) | |
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)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2020_09_06_09_world_2017_09_20_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
