Skip to content

Commit

Permalink
Update [4840] ...
Browse files Browse the repository at this point in the history
Aotona 32481
- one more spawn added

Part of:
cmangos#977
  • Loading branch information
Grz3s committed Oct 27, 2023
1 parent 0b616b8 commit 77b3a71
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Updates/4840_c.32481_32485.sql
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
-- Aotona 32481
DELETE FROM creature_addon WHERE guid IN (520328,520352,520355,520357,520358);
DELETE FROM creature_movement WHERE Id IN (520328,520352,520355,520357,520358);
DELETE FROM game_event_creature WHERE guid IN (520328,520352,520355,520357,520358);
DELETE FROM game_event_creature_data WHERE guid IN (520328,520352,520355,520357,520358);
DELETE FROM creature_battleground WHERE guid IN (520328,520352,520355,520357,520358);
DELETE FROM creature_linking WHERE guid IN (520328,520352,520355,520357,520358)
OR master_guid IN (520328,520352,520355,520357,520358);
DELETE FROM creature WHERE guid IN (520328,520352,520355,520357,520358);
DELETE FROM creature_addon WHERE guid IN (520328,520352,520355,520357,520358,535520);
DELETE FROM creature_movement WHERE Id IN (520328,520352,520355,520357,520358,535520);
DELETE FROM game_event_creature WHERE guid IN (520328,520352,520355,520357,520358,535520);
DELETE FROM game_event_creature_data WHERE guid IN (520328,520352,520355,520357,520358,535520);
DELETE FROM creature_battleground WHERE guid IN (520328,520352,520355,520357,520358,535520);
DELETE FROM creature_linking WHERE guid IN (520328,520352,520355,520357,520358,535520)
OR master_guid IN (520328,520352,520355,520357,520358,535520);
DELETE FROM creature WHERE guid IN (520328,520352,520355,520357,520358,535520);
INSERT INTO creature (guid, id, map, spawnmask, phasemask, position_x, position_y, position_z, orientation, spawntimesecsmin, spawntimesecsmax, spawndist, MovementType) VALUES
(520328,32481,571,1,1,5390.5376,4433.8926,-138.12128,0.8151,28800,28800,15,1),
(520352,32481,571,1,1,5278.45,5000.45,-134.987,4.73295,28800,28800,15,1),
(520355,32481,571,1,1,5169.58,4632.44,-132.482,0.611179,28800,28800,15,1),
(520357,32481,571,1,1,5762.54,5070.1,-134.572,2.28407,28800,28800,15,1), -- poss waypoints
(520358,32481,571,1,1,5734.49,4726.46,-133.774,5.87805,28800,28800,15,1);
(520358,32481,571,1,1,5734.49,4726.46,-133.774,5.87805,28800,28800,15,1),
(535520,32481,571,1,1,5154.29,5116.33,-131.475,5.10888,28800,28800,15,1);
DELETE FROM `spawn_group` WHERE id = 32534;
INSERT INTO `spawn_group` (`Id`, `Name`, `Type`, `MaxCount`, `WorldState`, `Flags`) VALUES
(32534, 'Sholazar Basin - Aotona 32481 - Rare', 0, 1, 0, 0);
Expand Down

0 comments on commit 77b3a71

Please sign in to comment.