aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/6.x/2016_09_27_00_world.sql5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/updates/world/6.x/2016_09_27_00_world.sql b/sql/updates/world/6.x/2016_09_27_00_world.sql
index 1db53d35bc5..09be7ece573 100644
--- a/sql/updates/world/6.x/2016_09_27_00_world.sql
+++ b/sql/updates/world/6.x/2016_09_27_00_world.sql
@@ -1,3 +1,4 @@
--- Changing subzone 6170 (Northshire, Elwynn). Was zone 12 before, not right.
--- Part of my total fix for graveyard problems (https://github.com/TrinityCore/TrinityCore/issues/14089)
+-- Changing subzone 6170 (Northshire, Elwynn). Was zone 12 before.
UPDATE `graveyard_zone` SET `GhostZone`= 6170 WHERE `ID`= 105 AND `Faction`= 469;
+-- Changing subzone 6451 (Durotar, Valley of Trials GY - Durotar). Was zone 14 before.
+UPDATE `graveyard_zone` SET `GhostZone`= 6145 WHERE `ID`= 709 AND `Faction`= 67;