summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNolt <nolt@users.noreply.github.com>2021-04-11 12:02:33 +0200
committerGitHub <noreply@github.com>2021-04-11 12:02:33 +0200
commit480cb019d531a2785b54c91c1529f789890147bc (patch)
tree255177472ef44ba650fd5aecd14a0cf324ba57c0
parent2cd672b40d76adce24427054f7cff00b31eab466 (diff)
fix(DB/GameObject) Mining veins spawn (#5198)
-rw-r--r--data/sql/updates/pending_db_world/rev_1617913282545327642.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1617913282545327642.sql b/data/sql/updates/pending_db_world/rev_1617913282545327642.sql
new file mode 100644
index 0000000000..f730bfae9b
--- /dev/null
+++ b/data/sql/updates/pending_db_world/rev_1617913282545327642.sql
@@ -0,0 +1,10 @@
+INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617913282545327642');
+
+-- Silverpine Forest
+DELETE FROM `gameobject` WHERE `guid`=35525;
+
+-- Darkshore
+DELETE FROM `gameobject` WHERE `guid` in (4729, 5079, 5055, 5078, 5079, 5392, 5351);
+
+-- Durotar
+DELETE FROM `gameobject` WHERE `guid`=12383;