From a8629eb6d135ece78c09ee85f8905fc0dd6a73a2 Mon Sep 17 00:00:00 2001 From: Wyrserth Date: Tue, 18 Jun 2019 16:14:25 +0200 Subject: DB/GameObject: Fix Chapel Door in Scarlet Monastery: Cathedral Closes #23432 --- sql/updates/world/3.3.5/2019_06_18_01_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_06_18_01_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2019_06_18_01_world_335.sql b/sql/updates/world/3.3.5/2019_06_18_01_world_335.sql new file mode 100644 index 00000000000..3e3cc22dade --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_18_01_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject_template_addon` SET `flags`=`flags`|2 WHERE `entry`=104591; -- cgit v1.2.3