mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(DB/gameobject): Double stacked veins in Stranglethorn Vale (#4433)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user