Skip to content

Commit

Permalink
add one missing shaleskin flayer and correct inserts
Browse files Browse the repository at this point in the history
  • Loading branch information
miraco committed Jan 14, 2025
1 parent 97bc7bb commit bd8aa38
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Updates/0528_netherstorm_south_east_island.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ SET @CGUID := 5306100; -- creatures
SET @SGGUID := 5306000; -- spawn_groups


DELETE FROM creature WHERE guid IN (67423, 67424, 67425, 67426, 67427, 67428, 67429, 67430, 67431, 67432, 67434, 67435, 67436, 67437, 67438, 67439, 67440, 67441, 67442, 67443, 67444, 67445, 67516, 67517, 67518, 67519, 67520, 67521, 67522, 67523, 67524,
DELETE FROM creature WHERE guid IN (67423, 67424, 67425, 67426, 67427, 67428, 67429, 67430, 67431, 67432, 67434, 67435, 67436, 67437, 67438, 67439, 67440, 67441, 67442, 67443, 67444, 67445, 67446, 67447, 67516, 67517, 67518, 67519, 67520, 67521, 67522, 67523, 67524,
67525, 67526, 67527, 67528, 67529, 67530, 67531, 67532, 67533, 67534, 67535, 67536, 67537, 67538, 67539, 67540, 67541, 67542, 67543, 67544, 67545, 67546, 67547, 67548, 67549, 67550, 67551, 67552, 67553, 67554, 67555, 67556, 67557, 67608, 67609, 67610, 67611, 67612, 67613, 67614, 67615, 67616, 67617,
67618, 67619, 67620, 67621, 67622, 67623, 67624, 67625, 67626, 67627, 67628, 67629, 67630, 67631, 67632, 67633, 67634, 67635, 67636, 67674, 67675, 67676, 67677, 67678, 67679, 67680, 67681, 67684, 67685, 67686, 67687, 67688, 67689, 67694, 67695, 67696, 67697, 67732,
70008, 71807, 71808, 71809, 71810, 71811, 71812, 71813, 71814, 71815, 71816, 71817, 71818, 71819, 71839, 71840, 71841, 71842, 71843, 71844, 71845, 71846, 71847, 71848, 71849, 71850, 71853, 71854, 71855, 71856, 71857, 71858, 71859, 71860, 71861 71862, 71863, 71864, 71865, 71866, 71867, 71868, 71869,
71870, 71872, 71886, 71890, 72537, 73962, 73963, 73964, 73965, 1002671, 1002675, 1002679, 1002703);
70008, 71807, 71808, 71809, 71810, 71811, 71812, 71813, 71814, 71815, 71816, 71817, 71818, 71819, 71839, 71840, 71841, 71842, 71843, 71844, 71845, 71846, 71847, 71848, 71849, 71850, 71853, 71854, 71855, 71856, 71857, 71858, 71859, 71860, 71861, 71862, 71863, 71864, 71865, 71866, 71867, 71868, 71869,
71870, 71871, 71872, 71886, 71890, 72537, 73962, 73963, 73964, 73965, 1002671, 1002675, 1002679, 1002703);
-- Delete all Farahlon Giant, Farahlon Crumbler (only spawn on Giant death) spanws
-- Old guids: 67834, 67833, 67835, 67836, 75856, 75559, 67832
-- Delete all Artifact Seeker (12 spawns)
Expand Down Expand Up @@ -291,7 +291,9 @@ INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `position_x`, `positio
(@CGUID+221, 18879, 530, 1, 3018.82, 4426.31, 139.441, 4.68864, 120, 180, 0, 2), -- Phase Hunter guid before 67611

(@CGUID+222, 18879, 530, 1, 2958.25, 4469.85, 125.933, 4.58997, 120, 180, 0, 2), -- Phase Hunter guid before 67609
(@CGUID+223, 18879, 530, 1, 2915.91, 4496.36, 128.121, 4.72475, 120, 180, 0, 2); -- Phase Hunter guid before 67608
(@CGUID+223, 18879, 530, 1, 2915.91, 4496.36, 128.121, 4.72475, 120, 180, 0, 2), -- Phase Hunter guid before 67608

(@CGUID+224, 20210, 530, 1, 3335.08, 4048.89, 159.755, 0.448308, 360, 420, 4, 1); -- Shaleskin Flayer guid before 71871

DELETE FROM creature_addon WHERE guid IN (67527, 67530, 67533, 67537, 67540, 67545, 67550, 67541, 70008, 71807, 71808, 71809, 71810, 71811, 71812, 71813, 71814, 71815, 71816, 71817, 71818, 71819, 75856);

Expand Down Expand Up @@ -1150,6 +1152,7 @@ INSERT INTO `spawn_group_spawn` (`Id`, `Guid`, `SlotId`, `Chance`) VALUES
(@SGGUID+4, @CGUID+208, -1, 0), -- Shaleskin Flayer
(@SGGUID+4, @CGUID+209, -1, 0), -- Shaleskin Flayer
(@SGGUID+4, @CGUID+210, -1, 0), -- Shaleskin Flayer
(@SGGUID+4, @CGUID+224, -1, 0), -- Shaleskin Flayer
-- Static Disembodied Protector spawns
(@SGGUID+5, @CGUID+36, -1, 0), -- Disembodied Protector
(@SGGUID+5, @CGUID+39, -1, 0), -- Disembodied Protector
Expand Down

0 comments on commit bd8aa38

Please sign in to comment.