From 19c69a273dcdc10b5db025b0d2d53c4efba2af58 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 (cherry picked from commit bf8a3b1dfe8faed8fa47fa1ed8de313713abb8a9) --- sql/updates/world/2016_01_17_04_world_2015_12_29_00.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2016_01_17_04_world_2015_12_29_00.sql (limited to 'sql') diff --git a/sql/updates/world/2016_01_17_04_world_2015_12_29_00.sql b/sql/updates/world/2016_01_17_04_world_2015_12_29_00.sql new file mode 100644 index 00000000000..da6de123190 --- /dev/null +++ b/sql/updates/world/2016_01_17_04_world_2015_12_29_00.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `modelid`=0 WHERE `id`=33787; -- cgit v1.2.3