Skip to content

Commit

Permalink
SQL: Missed part of 9c220e8
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Sep 27, 2016
1 parent 9c220e8 commit d205a96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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;

0 comments on commit d205a96

Please sign in to comment.