mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/GameObjects: Fix Blackwing Lair doors
This commit is contained in:
5
sql/updates/world/3.3.5/2020_03_17_01_world.sql
Normal file
5
sql/updates/world/3.3.5/2020_03_17_01_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `gameobject` SET `state`=1 WHERE `guid` IN (75162,75165);
|
||||
UPDATE `gameobject_template_addon` SET `faction`=114, `flags`=32 WHERE `entry` IN (179364,179365,179115,179117,176966,179116,176964);
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (7226,7228,7227,7229);
|
||||
DELETE FROM `gameobject_addon` WHERE `guid` IN (7226,7228,7227,7229);
|
||||
Reference in New Issue
Block a user