aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-12-19 15:10:33 +0100
committerKillyana <morphone1@gmail.com>2017-12-19 15:10:33 +0100
commit7a4630d717bb7137e4c8be43380f88831ad68897 (patch)
treeb50ec07cb47575a288258af7769dc16807ebf8db
parent00c0ec3f2784e67f4ccc7616bf65aa7e5496687a (diff)
DB/GameObject: The Shadow Labyrinth door Lever
Closes #21086
-rw-r--r--sql/updates/world/3.3.5/2017_12_19_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_19_00_world.sql b/sql/updates/world/3.3.5/2017_12_19_00_world.sql
new file mode 100644
index 00000000000..021d1e25d83
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_12_19_00_world.sql
@@ -0,0 +1,2 @@
+-- The Shadow Labyrinth door Lever
+UPDATE `gameobject_template_addon` SET `flags`=0 WHERE `entry` IN (183518);