From c5663d554eb015e4f50d6e8f823781b09ff8a4c8 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 29 Sep 2024 11:20:28 +0200 Subject: DB/Misc: Fix Alliance GY when dying in Thunder Bluff closes #30272 by CraftedRO --- sql/updates/world/3.3.5/2024_09_29_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_09_29_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2024_09_29_00_world.sql b/sql/updates/world/3.3.5/2024_09_29_00_world.sql new file mode 100644 index 00000000000..b293fc29fea --- /dev/null +++ b/sql/updates/world/3.3.5/2024_09_29_00_world.sql @@ -0,0 +1,6 @@ +-- Deletes Ratchet as Ally GY when dying in Thunder Bluff +DELETE FROM `graveyard_zone` WHERE `ID`= 249 AND `GhostZone`= 1638; +-- Adds Bloodhoof Village as Ally GY when dying in Thunder Bluff +DELETE FROM `graveyard_zone` WHERE `ID`= 89 AND `GhostZone`= 1638; +INSERT INTO `graveyard_zone` (`ID`, `GhostZone`, `Faction`, `Comment`) VALUES +(89, 1638, 469, 'Mulgore, Bloodhoof Village GY - Mulgore'); -- cgit v1.2.3