We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18ba61 commit c5663d5Copy full SHA for c5663d5
sql/updates/world/3.3.5/2024_09_29_00_world.sql
@@ -0,0 +1,6 @@
1
+-- Deletes Ratchet as Ally GY when dying in Thunder Bluff
2
+DELETE FROM `graveyard_zone` WHERE `ID`= 249 AND `GhostZone`= 1638;
3
+-- Adds Bloodhoof Village as Ally GY when dying in Thunder Bluff
4
+DELETE FROM `graveyard_zone` WHERE `ID`= 89 AND `GhostZone`= 1638;
5
+INSERT INTO `graveyard_zone` (`ID`, `GhostZone`, `Faction`, `Comment`) VALUES
6
+(89, 1638, 469, 'Mulgore, Bloodhoof Village GY - Mulgore');
0 commit comments