DB/GameObject: Make spawned Bountiful Feast not selectable

Closes #20957
This commit is contained in:
Killyana
2018-02-25 01:32:29 +01:00
parent 34967e9c32
commit acdf7be800

View File

@@ -0,0 +1,23 @@
--
DELETE FROM `gameobject_overrides` WHERE `spawnId` IN (76499, 76498, 76436, 76435, 76229, 76228, 76182, 76181, 76147, 76146, 76145, 76144, 76099, 76098, 76097, 76067, 76066, 76065, 76579, 76580);
INSERT INTO `gameobject_overrides` (`spawnId`, `faction`, `flags`) VALUES
(76499, 0, 16),
(76498, 0, 16),
(76436, 0, 16),
(76435, 0, 16),
(76229, 0, 16),
(76228, 0, 16),
(76182, 0, 16),
(76181, 0, 16),
(76147, 0, 16),
(76146, 0, 16),
(76145, 0, 16),
(76144, 0, 16),
(76099, 0, 16),
(76098, 0, 16),
(76097, 0, 16),
(76067, 0, 16),
(76066, 0, 16),
(76065, 0, 16),
(76579, 0, 16),
(76580, 0, 16);