fix(DB/GO): prevents four objects from spawning in the Stormwind Moon… (#6998)

This commit is contained in:
Jan M. D. Hansen
2021-07-22 11:02:16 +02:00
committed by GitHub
parent d187ba1386
commit 7830ff5b28

View File

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