fix(DB/GameObject) Mining veins spawn (#5198)

This commit is contained in:
Nolt
2021-04-11 12:02:33 +02:00
committed by GitHub
parent 2cd672b40d
commit 480cb019d5

View File

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