fix(DB/GO): prevents four objects from spawning in the Stormwind Moon… (#6998)
This commit is contained in:
parent
d187ba1386
commit
7830ff5b28
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue