From 2c462ea77676d505774e9e14907e6cdfaf250c7a Mon Sep 17 00:00:00 2001 From: Dr-J Date: Tue, 12 May 2015 10:39:21 +0100 Subject: DB/Misc: Dire Maul Cosmetic Stuff Fix Dire Maul North Door, issue was caused by flag 1 (in use) flag or a bad flag, also adding flag 2 as this door is meant to need key to open and with just flags 32 door can be opened without key Fix faction of last 2 pylons so they dont appear to be clickable or display tooltip to player Closes #14684 Makes all pylons non clickable as last 2 (by immo'thar) had bad faction resulting in these appearing to be clickable and showing tooltip to player. --- sql/updates/world/2015_05_12_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_05_12_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_05_12_01_world.sql b/sql/updates/world/2015_05_12_01_world.sql new file mode 100644 index 00000000000..4d9ce60f51c --- /dev/null +++ b/sql/updates/world/2015_05_12_01_world.sql @@ -0,0 +1,2 @@ +UPDATE `gameobject_template` SET `flags`=34 WHERE `entry`=177192; +UPDATE `gameobject_template` SET `faction`=114 WHERE `entry` IN(179504,179505); -- cgit v1.2.3