diff options
author | offl <offl@users.noreply.github.com> | 2021-03-14 03:15:26 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-07 20:25:58 +0100 |
commit | 7425bb8caf6cbcd39ba21469c23e394b5d400414 (patch) | |
tree | 76b079f8f327c117149b14fb9bbbe17527dc5898 | |
parent | def2cac5c0ca3b07b6803974e9277885f815f4eb (diff) |
DB/Misc: Link additional graveyard to Icecrown zone
Closes #26189
(cherry picked from commit b06e12c6542da79911710d5f7663ee7913636fed)
-rw-r--r-- | sql/updates/world/master/2022_03_07_04_world_2021_03_14_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_07_04_world_2021_03_14_03_world.sql b/sql/updates/world/master/2022_03_07_04_world_2021_03_14_03_world.sql new file mode 100644 index 00000000000..7d0099b5c65 --- /dev/null +++ b/sql/updates/world/master/2022_03_07_04_world_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"); |