Skip to content

Commit c5663d5

Browse files
authored
DB/Misc: Fix Alliance GY when dying in Thunder Bluff
closes #30272 by CraftedRO
1 parent b18ba61 commit c5663d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)