mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
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:
2
sql/updates/world/2015_05_12_01_world.sql
Normal file
2
sql/updates/world/2015_05_12_01_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user