mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
DB/Graveyard: Fix graveyard for Shadowfang Keep
Also fix faction for 2 graveyards and display of neargrave command.
This commit is contained in:
10
sql/updates/world/3.3.5/2023_05_05_00_world.sql
Normal file
10
sql/updates/world/3.3.5/2023_05_05_00_world.sql
Normal file
@@ -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';
|
||||
Reference in New Issue
Block a user