mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Gameobjects: flag updates
This commit is contained in:
14
sql/updates/world/2013_01_19_06_world_misc.sql
Normal file
14
sql/updates/world/2013_01_19_06_world_misc.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
UPDATE `quest_template` SET `PrevQuestId`=12872 WHERE `Id` IN (12871,12885);
|
||||
UPDATE `quest_template` SET `PrevQuestId`=12928 WHERE `Id` IN (12929,13273);
|
||||
|
||||
UPDATE `gameobject_template` SET `flags`=`flags`|4 WHERE `entry` IN
|
||||
(188364,188501,188502,188503,186684,186390,186950,186954,186955,186912,186662,186618,186587,186595,186607,186938,187027,186427,187026,187022,187023,188702,188703,188705,189983,186632,186619,186591,186397,
|
||||
186640,186679,186828,186830,186832,186885,186886,187033,187381,187577,187683,187684,187685,187686,187687,187885,187886,188015,188016,188017,188066,188120,188462,188489,188646,188650,188658,188659,189288,
|
||||
189293,189295,189298,189306,190127,190189,190354,190483,190484,190578,190612,190613,190614,190623,190624,190625,190643,190696,190720,191179,191567,191814,191815,192058,192171,192172,192556,192676,192693,
|
||||
193091,193092,193196,193197,193404,193560,193561,193767,193792,193793,193943,193945,193946,194158,194159,194238,194340,194341,194423,194424,195022,195037,195274,195344,201367,201384,201794,201937);
|
||||
|
||||
UPDATE `gameobject_template` SET `flags`=`flags`|16 WHERE `entry` IN
|
||||
(193603,193905,193967,194158,194159,195046,195047,195323,195324,195374,195375,195631,195632,195633,195635,195709,195710,201710,201959);
|
||||
|
||||
UPDATE `gameobject_template` SET `faction`=94 WHERE `entry` IN (195046,195047,195631,195632,195633,195635);
|
||||
UPDATE `gameobject_template` SET `faction`=35 WHERE `entry` IN (201710,201959);
|
||||
Reference in New Issue
Block a user