diff options
author | offl <offl@users.noreply.github.com> | 2021-03-14 03:15:26 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-03-14 03:15:26 +0200 |
commit | b06e12c6542da79911710d5f7663ee7913636fed (patch) | |
tree | 5bc82ecca30f5dcdd5d9b3c5758a9a0de793e1e4 | |
parent | 3bf7b6eec8663d3f94470cffa9b758e22be10fd9 (diff) |
DB/Misc: Link additional graveyard to Icecrown zone
Closes #26189
-rw-r--r-- | sql/updates/world/3.3.5/2021_03_14_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_03_14_03_world.sql b/sql/updates/world/3.3.5/2021_03_14_03_world.sql new file mode 100644 index 00000000000..7d0099b5c65 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_03_14_03_world.sql @@ -0,0 +1,4 @@ +-- https://i.imgur.com/KAP5m23.jpeg +DELETE FROM `graveyard_zone` WHERE `ID` = 1682 AND `GhostZone` = 210; +INSERT INTO `graveyard_zone` (`ID`, `GhostZone`, `Faction`, `Comment`) VALUES +(1682,210,0,"Icecrown Glacier, Citadel GY"); |