aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-11-26 03:50:48 +0100
committerGitHub <noreply@github.com>2016-11-26 03:50:48 +0100
commit5014da86d4636c2600817af265404af0e61261d5 (patch)
tree5d081b0a51c3d609f4b1b4308b2072c5f0af90d4 /sql
parent5411ca8cdfc1f887db765f1d594c109e95628c54 (diff)
DB/Misc: Valley of Trials graveyard
Closes #18253 by funjoker
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2016_11_26_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2016_11_26_00_world.sql b/sql/updates/world/master/2016_11_26_00_world.sql
new file mode 100644
index 00000000000..2b542b7f14b
--- /dev/null
+++ b/sql/updates/world/master/2016_11_26_00_world.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `graveyard_zone` WHERE `ID`= 709 AND `GhostZone`= 6451;
+INSERT INTO `graveyard_zone` (`ID`, `GhostZone`, `Faction`, `Comment`) VALUES
+(709, 6451, 67, 'Durotar, Valley of Trials');
+--