fix(DB/gameobject): Double stacked veins in Stranglethorn Vale (#4433)

This commit is contained in:
OMGhixD
2021-02-06 14:51:30 +01:00
committed by GitHub
parent 58254f6611
commit 88936e0d1a

View File

@@ -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);