From bf8a3b1dfe8faed8fa47fa1ed8de313713abb8a9 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 29 Dec 2015 16:13:25 +0100 Subject: DB/Creature: Fix Tournament Druid Spell Target visibility Closes #16119 --- sql/updates/world/2015_12_29_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_12_29_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3