Skip to content

Commit

Permalink
[Instance] Remove wrong Herald spawn used in Exodar, Add in AB BG
Browse files Browse the repository at this point in the history
Whatever they are used for. Announcements probably.

Based on commit TrinityCore/TrinityCore@52c9d72

Co-authored-by: Killyana <[email protected]>
  • Loading branch information
AnonXS and Killyana committed Aug 26, 2023
1 parent 48ad750 commit 9202610
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Updates/0176_TrinityCore-2020_01_09_01_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- DB/Spawn: Remove wrong Herald spawn from Exodar
DELETE FROM `creature` WHERE `id` = 14848 AND `guid` = 84090; -- -3919.030029 -11551.500000 -150.166000 530

4 changes: 3 additions & 1 deletion Updates/Instances/529_arathi_basin.sql
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,9 @@ INSERT INTO `creature` (`guid`, `id`, `map`, `position_x`, `position_y`, `positi
(@CGUID+107, 15108, 529, 1175.07, 1155.1, -56.4464, 0.728899, 7200, 7200, 0, 0), -- Forsaken Horse
(@CGUID+108, 15108, 529, 1167.13, 1186.34, -56.2799, 4.59022, 7200, 7200, 0, 0), -- Forsaken Horse
(@CGUID+109, 15108, 529, 1191.47, 1185.54, -56.0253, 2.30383, 7200, 7200, 0, 0), -- Forsaken Horse
(@CGUID+110, 15108, 529, 1186.12, 1190.79, -56.0364, 2.35619, 7200, 7200, 0, 0); -- Forsaken Horse
(@CGUID+110, 15108, 529, 1186.12, 1190.79, -56.0364, 2.35619, 7200, 7200, 0, 0), -- Forsaken Horse
(@CGUID+111, 14848, 529, 693.258, 673.195, 42.2431, 4.7473, 300, 300, 0, 0), -- Herald
(@CGUID+112, 14848, 529, 1307.510, 1321.859, 48.7461, 0.3839, 300, 300, 0, 0); -- Herald

-- ===========
-- GAMEOBJECTS
Expand Down

1 comment on commit 9202610

@AnonXS
Copy link
Member Author

@AnonXS AnonXS commented on 9202610 Aug 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whatever these ab spawns are used for. doesnt matter if they have slight spawndist or not.

Please sign in to comment.