mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(DB/Graveyard): Add Horde graveyards in Darkshore (#4322)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user