From 4d48d0eea70cb38508edeee7a3987893ca5f4981 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 12 Sep 2014 19:57:59 +0200 Subject: DB/Gameobject: Allow to target 2 gameobjects Closes #13093, closes #13094 --- sql/updates/world/2014_09_12_03_world_gameobject_template.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_09_12_03_world_gameobject_template.sql (limited to 'sql') diff --git a/sql/updates/world/2014_09_12_03_world_gameobject_template.sql b/sql/updates/world/2014_09_12_03_world_gameobject_template.sql new file mode 100644 index 00000000000..3771dd7c7dc --- /dev/null +++ b/sql/updates/world/2014_09_12_03_world_gameobject_template.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject_template` SET `flags`=4 WHERE `entry`=201937; -- Light's Vengeance +UPDATE `gameobject_template` SET `flags`=32 WHERE `entry`=201759; -- The Forge of Souls Portcullis -- cgit v1.2.3