aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-09-27 08:46:27 +0200
committerShauren <shauren.trinity@gmail.com>2016-09-27 08:46:27 +0200
commitd205a96250ac9a67900fe83e35495ac4b7754c93 (patch)
treece53d57474de5d3249af4698ff9358d115dde6ac
parent9c220e8f55eaa8cfc93ed26ea7318430e5c6749b (diff)
SQL: Missed part of 9c220e8f55eaa8cfc93ed26ea7318430e5c6749b
-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;