Skip to content

Commit

Permalink
Merge TrinityCore 3.3.5 to ElunaTrinityWotlk [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 committed Nov 24, 2024
2 parents daa3309 + 31f5866 commit f0cdd89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/updates/world/3.3.5/2024_11_24_00_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- Add Gates of Ironforge graveyard for Ally when dying in Ironforge
DELETE FROM `graveyard_zone` WHERE `ID`=852 AND `GhostZone`=1537;
INSERT INTO `graveyard_zone` (`ID`, `GhostZone`, `Faction`, `Comment`) VALUES
(852, 1537, 469, 'Dun Morogh, Gates of Ironforge - Ironforge');

0 comments on commit f0cdd89

Please sign in to comment.