From f722d7e07625fbef3326a406a41295df3155ddad Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 23 Jan 2014 10:51:44 +0100 Subject: DB/Creature: Fix Voidspawner By Kittnz, closes #11382 --- sql/updates/world/2014_01_23_06_creature.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2014_01_23_06_creature.sql (limited to 'sql') diff --git a/sql/updates/world/2014_01_23_06_creature.sql b/sql/updates/world/2014_01_23_06_creature.sql new file mode 100644 index 00000000000..356db4fceb4 --- /dev/null +++ b/sql/updates/world/2014_01_23_06_creature.sql @@ -0,0 +1,4 @@ +-- Update creature (Voidspawner L) force to use modelid 18684 +UPDATE `creature` SET `modelid`=18684 WHERE `guid` IN (70169, 70170, 70171, 70172, 70173, 70174); +-- Update creature (Voidspawner XL) force to use modelid 18685 +UPDATE `creature` SET `modelid`=18685 WHERE `guid` IN (68919, 68918, 68917, 68920, 68921); -- cgit v1.2.3