diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-09-12 19:57:59 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-09-12 19:57:59 +0200 |
| commit | 4d48d0eea70cb38508edeee7a3987893ca5f4981 (patch) | |
| tree | 33a3096c5ac07a5a35a41a08f0868ffed8855c70 | |
| parent | 53ee1eff0b525b5461caa726b3511b2afafe82e6 (diff) | |
DB/Gameobject: Allow to target 2 gameobjects
Closes #13093, closes #13094
| -rw-r--r-- | sql/updates/world/2014_09_12_03_world_gameobject_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
