DB/Misc: Fix Horde GY when dying in Darnassus and Dolanaar

closes #30992
by CraftedRO
This commit is contained in:
Aokromes
2025-06-01 13:56:09 +02:00
committed by GitHub
parent adff72b485
commit e3576bc0d6

View File

@@ -0,0 +1,7 @@
--
DELETE FROM `graveyard_zone` WHERE `ID`=469 AND `GhostZone` IN (141,1657);
UPDATE `graveyard_zone` SET `Faction`=0 WHERE `ID`=91 AND `GhostZone`=141;
DELETE FROM `graveyard_zone` WHERE `ID`=91 AND `GhostZone`=1657;
INSERT INTO `graveyard_zone` (`ID`, `GhostZone`, `Faction`, `Comment`) VALUES
(91, 1657, 67, 'Teldrassil, Dolanaar GY - Teldrassil');