DB/Spawn: Add heroic mode spawns of a lot of gameobjects

Part by offl
Closes #21082

(cherry picked from commit 9199e8f106)
This commit is contained in:
Aokromes
2017-12-19 19:14:11 +01:00
committed by funjoker
parent e4ca95983b
commit 526f82bd72

View File

@@ -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);