From 94034e1565165593f64322a017c48a05e577610a Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 17 Feb 2020 23:07:21 +0100 Subject: DB/GameObject: Fix flags for Serpentshrine Consoles (cherry picked from commit 0364d6e4f100425445d1640efd8540b3e3c048c4) --- sql/updates/world/master/2021_12_21_26_world_2020_02_17_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_12_21_26_world_2020_02_17_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_21_26_world_2020_02_17_03_world.sql b/sql/updates/world/master/2021_12_21_26_world_2020_02_17_03_world.sql new file mode 100644 index 00000000000..4e93ba887d8 --- /dev/null +++ b/sql/updates/world/master/2021_12_21_26_world_2020_02_17_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject_template_addon` SET `flags`=16 WHERE `entry`IN (185114,185115,185116,185117,185118); -- cgit v1.2.3