From e3576bc0d6a0e4c43d1017de4806e5dcbebd3637 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 1 Jun 2025 13:56:09 +0200 Subject: DB/Misc: Fix Horde GY when dying in Darnassus and Dolanaar closes #30992 by CraftedRO --- sql/updates/world/3.3.5/2025_06_01_00_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_06_01_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2025_06_01_00_world.sql b/sql/updates/world/3.3.5/2025_06_01_00_world.sql new file mode 100644 index 00000000000..8f9b104c173 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_06_01_00_world.sql @@ -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'); -- cgit v1.2.3