From 01e43a244d07f80e0729db7e15b1b940ede53a47 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 5 May 2023 12:18:07 +0200 Subject: DB/Graveyard: Fix graveyard for Shadowfang Keep Also fix faction for 2 graveyards and display of neargrave command. --- sql/updates/world/3.3.5/2023_05_05_00_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/3.3.5/2023_05_05_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2023_05_05_00_world.sql b/sql/updates/world/3.3.5/2023_05_05_00_world.sql new file mode 100644 index 00000000000..64d83138f92 --- /dev/null +++ b/sql/updates/world/3.3.5/2023_05_05_00_world.sql @@ -0,0 +1,10 @@ +-- +UPDATE `graveyard_zone` SET `Faction` = 67 WHERE `ID` = 97 AND `GhostZone` = 209; +UPDATE `graveyard_zone` SET `Faction` = 469 WHERE `ID` = 149 AND `GhostZone` = 209; + + +DELETE FROM `graveyard_zone` WHERE `ID`= 1256 AND `GhostZone` = 209; +INSERT INTO `graveyard_zone` VALUES +(1256, 209, 0, 'Silverpine Forest, South GY - Silverpine Forest'); + +UPDATE `command` SET `help` = 'Syntax: .neargrave [alliance horde]\r\n\r\nFind nearest graveyard linked to zone (or only nearest from accepts alliance or horde faction ghosts).' WHERE `name` = 'neargrave'; -- cgit v1.2.3