Skip to content

Commit 1931de5

Browse files
Grz3sAnonXS
authored andcommitted
[WDB][5685][ACID] q.900 'Samophlange' - update
- summons will despawn after 2min if no interrupted - slots corrected acid part later removed again (cherry picked from commit cmangos/wotlk-db@e70cb84
1 parent 84e6d9d commit 1931de5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Updates/4781_WDB-5685_q.900.sql

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
-- q.900 'Samophlange'
2+
-- updates
3+
DELETE FROM spawn_group WHERE Id IN (19020, 19021);
4+
INSERT INTO spawn_group (Id, Name, Type, MaxCount, WorldState, Flags) VALUES
5+
(19020,'Barrens - Main Control Valve RND Spawn NPCs', 0, 2, 19020, 2),
6+
(19021,'Barrens - Regulator Valve RND Spawn NPCs', 0, 2, 19021, 2);
7+
-- if no formations then no slots
8+
DELETE FROM spawn_group_spawn WHERE Id IN (19020, 19021);
9+
INSERT INTO spawn_group_spawn (Id, Guid, SlotId) VALUES
10+
(19020, 158020, -1),
11+
(19020, 158021, -1),
12+
(19021, 158022, -1);

0 commit comments

Comments
 (0)