fix(DB/GO): prevents four objects from spawning in the Stormwind Moon… (#6998)
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626477510980683700');
|
||||||
|
|
||||||
|
-- Removes the four objects
|
||||||
|
DELETE FROM `gameobject` WHERE `id` = 177272 AND `guid` IN (42907, 42908, 42909, 42910);
|
||||||
Reference in New Issue
Block a user