From 88936e0d1a416e8397a5e788971daf3c371403e2 Mon Sep 17 00:00:00 2001 From: OMGhixD Date: Sat, 6 Feb 2021 14:51:30 +0100 Subject: [PATCH] fix(DB/gameobject): Double stacked veins in Stranglethorn Vale (#4433) --- data/sql/updates/pending_db_world/rev_1612401387393772200.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1612401387393772200.sql diff --git a/data/sql/updates/pending_db_world/rev_1612401387393772200.sql b/data/sql/updates/pending_db_world/rev_1612401387393772200.sql new file mode 100644 index 000000000..970578db4 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1612401387393772200.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1612401387393772200'); + +-- Removing Dupe Veins across lower parts of STV +DELETE FROM `gameobject` WHERE `guid` IN (12189, 85752, 64095, 40021, 12150, 15430, 9465, 40021);