forked from TrinityCore/TrinityCore
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DB/Creature: Fixed number of Laughing Skull summoned on Yogg Saron
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |