fix(DB/Graveyard): Add Horde graveyards in Darkshore (#4322)

This commit is contained in:
Peter 2021-01-24 12:06:27 +01:00 committed by GitHub
parent 355530b956
commit c2b8c21798
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,8 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1611229279609470857');
-- Fix issue #4304, a cemetary for Horde in Darkshore
-- The graveyards are shared between Horde and Alliance, so remove the Horde specific one first
DELETE FROM `graveyard_zone` WHERE `ID`=512 AND `GhostZone`=148 AND `Faction`=67;
UPDATE `graveyard_zone` SET `Faction`=0 WHERE `ID`=469 AND `GhostZone`=148;
UPDATE `graveyard_zone` SET `Faction`=0 WHERE `ID`=35 AND `GhostZone`=148;