Skip to content

Commit e3576bc

Browse files
authored
DB/Misc: Fix Horde GY when dying in Darnassus and Dolanaar
closes #30992 by CraftedRO
1 parent adff72b commit e3576bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
--
2+
DELETE FROM `graveyard_zone` WHERE `ID`=469 AND `GhostZone` IN (141,1657);
3+
UPDATE `graveyard_zone` SET `Faction`=0 WHERE `ID`=91 AND `GhostZone`=141;
4+
5+
DELETE FROM `graveyard_zone` WHERE `ID`=91 AND `GhostZone`=1657;
6+
INSERT INTO `graveyard_zone` (`ID`, `GhostZone`, `Faction`, `Comment`) VALUES
7+
(91, 1657, 67, 'Teldrassil, Dolanaar GY - Teldrassil');

0 commit comments

Comments
 (0)