mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
DB/Misc: Fix Horde GY when dying in Darnassus and Dolanaar
closes #30992 by CraftedRO
This commit is contained in:
7
sql/updates/world/3.3.5/2025_06_01_00_world.sql
Normal file
7
sql/updates/world/3.3.5/2025_06_01_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user