mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/graveyard: add correct graveyard in Ammen Vale
Stops the player's ghost from teleporting to Westfall on release spirit. Closes #18389
This commit is contained in:
6
sql/updates/world/master/2016_12_08_00_world.sql
Normal file
6
sql/updates/world/master/2016_12_08_00_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
-- link Graveyard 918 to zone 6456 (Ammen Vale - unlinked zone)
|
||||
DELETE FROM `graveyard_zone` WHERE `ID`= 918 AND `GhostZone`= 6456;
|
||||
INSERT INTO `graveyard_zone` (`ID`,`GhostZone`,`Faction`,`Comment`) VALUES
|
||||
(918, 6456, 469, 'Azuremyst Isle, Crash Site GY - Ammen Vale');
|
||||
--
|
||||
Reference in New Issue
Block a user