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.
This commit is contained in:
Dr-J
2015-05-12 10:39:21 +01:00
parent 9b6a7a2da6
commit 2c462ea776

View File

@@ -0,0 +1,2 @@
UPDATE `gameobject_template` SET `flags`=34 WHERE `entry`=177192;
UPDATE `gameobject_template` SET `faction`=114 WHERE `entry` IN(179504,179505);