diff options
author | Killyana <morphone1@gmail.com> | 2015-12-29 16:13:25 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-12-29 16:13:25 +0100 |
commit | bf8a3b1dfe8faed8fa47fa1ed8de313713abb8a9 (patch) | |
tree | 024c8f76fe2098a60708f967f94c4bf21f9e4c0a | |
parent | 812809a977e2ba2a53e55c3dfc74bbed9dd59b7a (diff) |
DB/Creature: Fix Tournament Druid Spell Target visibility
Closes #16119
-rw-r--r-- | sql/updates/world/2015_12_29_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_12_29_00_world.sql b/sql/updates/world/2015_12_29_00_world.sql new file mode 100644 index 00000000000..da6de123190 --- /dev/null +++ b/sql/updates/world/2015_12_29_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `modelid`=0 WHERE `id`=33787; |