From 9bffd569934d8dede9a72d81a91b826949a71968 Mon Sep 17 00:00:00 2001 From: r0m1ntik <40755539+r0m1ntik@users.noreply.github.com> Date: Sat, 9 Jan 2021 01:21:26 +0100 Subject: [PATCH] fix(DB/Graveyard): add ghostZone for zone 3479 (#4224) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: r0m1ntik --- data/sql/updates/pending_db_world/rev_1609978307795332000.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1609978307795332000.sql diff --git a/data/sql/updates/pending_db_world/rev_1609978307795332000.sql b/data/sql/updates/pending_db_world/rev_1609978307795332000.sql new file mode 100644 index 000000000..e6311fc9f --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1609978307795332000.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1609978307795332000'); +DELETE FROM `graveyard_zone` WHERE (`ID` = 925) AND (`GhostZone` = 3479); +INSERT INTO `graveyard_zone` (`ID`, `GhostZone`, `Faction`, `Comment`) VALUES +(925, 3479, 0, 'Bloodmyst, Blood Watch GY - Bloodmyst Isle');