aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2012-05-12 12:19:41 -0230
committerMalcrom <malcromdev@gmail.com>2012-05-12 12:19:41 -0230
commitd770c125e97cf4313d2c32adbb6d9ceab308d477 (patch)
tree8271426bf55239daa7c96081a2eeea5c769282d8 /sql
parent2459305c7645fd10126c895fb942cd307693ff55 (diff)
Core/Scripts: Fix Halls of Reflection Portcullis door in Pit of Saron.
Now requires Tyrannus boss kill to open.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_05_12_00_world_gameobject_template.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_12_00_world_gameobject_template.sql b/sql/updates/world/2012_05_12_00_world_gameobject_template.sql
new file mode 100644
index 00000000000..ffa932c8640
--- /dev/null
+++ b/sql/updates/world/2012_05_12_00_world_gameobject_template.sql
@@ -0,0 +1,2 @@
+-- Lock Halls of Reflection Portcullis
+UPDATE `gameobject_template` SET `flags`=18 WHERE `entry`=201848;