diff options
author | Keader <keader.android@gmail.com> | 2018-02-15 22:53:04 -0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-06-22 13:03:47 +0200 |
commit | 822e63f9855af339f8a4ed2cda6e1d564cc6e48d (patch) | |
tree | bb42cc82e9e41b431563d9a1989dab4890514066 /sql | |
parent | 02a01b1643a8b3ca78e4e11f9ede2e5a24883ba7 (diff) |
DB/Creature: Fixed number of Laughing Skull summoned on Yogg Saron
(cherry picked from commit 80a52b65e2f1a4a9735a22776079de035d61426f)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2021_06_22_01_world_2018_02_16_01_world.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_22_01_world_2018_02_16_01_world.sql b/sql/updates/world/master/2021_06_22_01_world_2018_02_16_01_world.sql new file mode 100644 index 00000000000..c1250335076 --- /dev/null +++ b/sql/updates/world/master/2021_06_22_01_world_2018_02_16_01_world.sql @@ -0,0 +1,13 @@ +DELETE FROM `creature_summon_groups` WHERE `summonerId`=33890 AND `entry`=33990; -- Laughing Skull +INSERT INTO `creature_summon_groups` (`summonerId`,`summonerType`,`groupId`,`entry`,`position_x`,`position_y`,`position_z`,`orientation`,`summonType`,`summonTime`) VALUES +(33890,0,0,33990,2063.156,27.95839,244.2707,5.288348,3,60000), -- Chambers of Aspects +(33890,0,0,33990,2061.257,-53.8788,239.8633,2.478368,3,60000), +(33890,0,0,33990,2109.908,29.33236,239.8817,0.1919862,3,60000), +(33890,0,0,33990,2135.219,-41.44271,239.8027,5.846853,3,60000), +(33890,0,1,33990,1932.213,-93.62798,240.073,4.852015,3,60000), -- Icecrown Citadel +(33890,0,1,33990,1905.937,-133.1651,240.073,5.77704,3,60000), +(33890,0,1,33990,1948.668,-152.4481,240.073,1.919862,3,60000), +(33890,0,1,33990,1992.463,-131.2119,240.073,3.455752,3,60000), +(33890,0,2,33990,1917.492,91.10191,239.7496,0.5235988,3,60000), -- Stormwind Keep +(33890,0,2,33990,1918.132,73.82926,241.7929,2.600541,3,60000), +(33890,0,2,33990,1922.55,54.68001,241.1263,0.1919862,3,60000); |