Skip to content

Commit

Permalink
DB/Misc: Few cosmetic fixes for Black Wing Lair
Browse files Browse the repository at this point in the history
(c++ script needs to be updated to handle proper door id 176965 instead door 175946)
(cherry picked from commit 7d454c6)
  • Loading branch information
Aokromes authored and Shauren committed Apr 2, 2016
1 parent 6e652ce commit 1c61371
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sql/updates/world/2016_04_02_04_world_2016_01_19_04_world.sql
@@ -0,0 +1,6 @@
--
DELETE FROM `gameobject` WHERE `guid`=7230 AND `id`=175946;
DELETE FROM `gameobject` WHERE `guid`=250 AND `id`=175946;
UPDATE `gameobject` SET `orientation`=5.323256 WHERE `guid`=67867;
UPDATE `gameobject_template` SET `faction`=114, `flags`=32 WHERE `entry`=176965;
UPDATE `gameobject_template` SET `faction`=14 WHERE `entry`=177807;

0 comments on commit 1c61371

Please sign in to comment.