Skip to content

Commit

Permalink
Update [3550]
Browse files Browse the repository at this point in the history
moved to Storm Peaks 33xxx Range
  • Loading branch information
Grz3s committed Jul 10, 2024
1 parent 0ae7944 commit c877022
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Updates/5350_c.35189.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
DELETE FROM pool_creature_template WHERE id = 35189;
DELETE FROM pool_template WHERE entry = 1084;
-- moved to spawn groups
DELETE FROM spawn_group WHERE id = 34095;
DELETE FROM spawn_group WHERE id = 33006;
INSERT INTO spawn_group (Id, Name, Type, MaxCount, WorldState, Flags) VALUES
(34095, 'Storm Peaks - Skoll 35189 - RARE', 0, 1, 0, 0);
DELETE FROM spawn_group_spawn WHERE id = 34095;
(33006, 'Storm Peaks - Skoll 35189 - RARE', 0, 1, 0, 0);
DELETE FROM spawn_group_spawn WHERE id = 33006;
INSERT INTO spawn_group_spawn (Id, Guid, SlotId) VALUES
(34095, 534218, -1),
(34095, 534219, -1),
(34095, 534220, -1),
(34095, 534221, -1),
(34095, 534222, -1);
(33006, 534218, -1),
(33006, 534219, -1),
(33006, 534220, -1),
(33006, 534221, -1),
(33006, 534222, -1);

0 comments on commit c877022

Please sign in to comment.