Skip to content

Commit

Permalink
Add missing azuremyst copper vein
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Mar 20, 2024
1 parent 93c0b70 commit 7c80f36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Updates/0275_tbc_starter_zone_vein_overhaul.sql
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ INSERT INTO gameobject(guid, id, map, spawnMask, position_x, position_y, positio
(@GGUID+87, '1731', '530', '1', -2997.905029296875, -12274.0810546875, 17.213348388671875, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, '600', '600'),
(@GGUID+88, '1731', '530', '1', -3356.798583984375, -12177.5673828125, 41.12038040161132812, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, '600', '600'),
(@GGUID+89, '1731', '530', '1', -3205.950927734375, -12416.8779296875, 3.104013919830322265, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, '600', '600'),
(@GGUID+90, '1731', '530', '1', -3072.973876953125, -12446.5126953125, 6.484399795532226562, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, '600', '600');
(@GGUID+90, '1731', '530', '1', -3072.973876953125, -12446.5126953125, 6.484399795532226562, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, '600', '600'),
(@GGUID+91, '1731', '530', '1', -3584.342041015625, -11828.7919921875, 11.26777076721191406, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, '600', '600');

DELETE FROM spawn_group WHERE Id BETWEEN @SGGUID+3 AND @SGGUID+13;
INSERT INTO `spawn_group` (`Id`, `Name`, `Type`, `MaxCount`, `WorldState`, `Flags`) VALUES
Expand Down Expand Up @@ -179,6 +180,7 @@ INSERT INTO `spawn_group_spawn` (`Id`, `Guid`, `SlotId`) VALUES
(@SGGUID+4, @GGUID+7, -1),
(@SGGUID+4, @GGUID+8, -1),
(@SGGUID+4, @GGUID+61, -1),
(@SGGUID+4, @GGUID+91, -1),
-- Lakes
(@SGGUID+5, @GGUID+1, -1),
(@SGGUID+5, @GGUID+2, -1),
Expand Down

0 comments on commit 7c80f36

Please sign in to comment.