diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-01-19 07:22:41 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-02 13:11:26 +0200 |
commit | 1c61371651b7494ba1b14a47f05b43f1a3e4b045 (patch) | |
tree | 4a24efab8dbce6d7d34e1cae6cfd02032c614d06 | |
parent | 6e652ce963c792e0db406f38bf1db551caf3a8da (diff) |
DB/Misc: Few cosmetic fixes for Black Wing Lair
(c++ script needs to be updated to handle proper door id 176965 instead door 175946)
(cherry picked from commit 7d454c66f70c19c8ff402fd126392e27700398ba)
-rw-r--r-- | sql/updates/world/2016_04_02_04_world_2016_01_19_04_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_02_04_world_2016_01_19_04_world.sql b/sql/updates/world/2016_04_02_04_world_2016_01_19_04_world.sql new file mode 100644 index 00000000000..f4fe95f5539 --- /dev/null +++ b/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; |