mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Spawn: Add heroic mode spawns of a lot of gameobjects
Part by offl Closes #21082
This commit is contained in:
5
sql/updates/world/3.3.5/2017_12_19_01_world.sql
Normal file
5
sql/updates/world/3.3.5/2017_12_19_01_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `creature` SET `spawnMask`=3 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 `spawnMask` = 3 WHERE `spawnMask` = 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);
|
||||
Reference in New Issue
Block a user