mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(DB/GameObject) Mining veins spawn (#5198)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user