Skip to content

Commit

Permalink
DB/Creature: Fixed number of Laughing Skull summoned on Yogg Saron
Browse files Browse the repository at this point in the history
  • Loading branch information
Keader authored and Aokromes committed Feb 16, 2018
1 parent 0b8101b commit 5fc1539
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sql/updates/world/3.3.5/2018_02_16_01_world.sql
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 5fc1539

Please sign in to comment.