mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/GameObject: Make spawned Bountiful Feast not selectable
Closes #20957
This commit is contained in:
23
sql/updates/world/3.3.5/2018_02_25_00_world_335.sql
Normal file
23
sql/updates/world/3.3.5/2018_02_25_00_world_335.sql
Normal 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);
|
||||
Reference in New Issue
Block a user