aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-12-19 19:14:11 +0100
committerfunjoker <funjoker109@gmail.com>2021-04-15 05:53:27 +0200
commit526f82bd7282851954a7fcee6fbe25e19513742a (patch)
treecab9f11a6e6225a69bc7d1e531ca872eb2ea7e89
parente4ca95983b1dc55e5b656d934d99b92cee30b444 (diff)
DB/Spawn: Add heroic mode spawns of a lot of gameobjects
Part by offl Closes #21082 (cherry picked from commit 9199e8f1068d1441fa795c42900cbb9c0656301c)
-rw-r--r--sql/updates/world/master/2021_03_16_00_world_2017_12_19_01_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_03_16_00_world_2017_12_19_01_world.sql b/sql/updates/world/master/2021_03_16_00_world_2017_12_19_01_world.sql
new file mode 100644
index 00000000000..802a2dbbbcf
--- /dev/null
+++ b/sql/updates/world/master/2021_03_16_00_world_2017_12_19_01_world.sql
@@ -0,0 +1,5 @@
+--
+UPDATE `creature` SET `spawnDifficulties`='1,2' WHERE `id` IN (18956,19511);
+UPDATE `smart_scripts` SET `event_flags`=7 WHERE `entryorguid` IN (18956) AND `source_type`=0;
+UPDATE `smart_scripts` SET `event_flags`=7 WHERE `entryorguid` IN (1895600) AND `source_type`=9;
+UPDATE `gameobject` SET `spawnDifficulties`='1,2' WHERE `spawnDifficulties` = '1' AND `id` IN (181278,181556,181557,181569,183051,182940,186633,185434,181275,184931,181276,181270,184956,184940,183296,183516,182942,182943,183036,183295,184941,183441) AND `map` NOT IN (530,548,568,571);