diff options
| author | Aokromes <jipr@hotmail.com> | 2014-01-23 10:51:44 +0100 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2014-01-23 10:51:44 +0100 |
| commit | f722d7e07625fbef3326a406a41295df3155ddad (patch) | |
| tree | ba602d5b3610df18de6f4c86e13e3b3338ffb6de | |
| parent | b53d9a7caa9cec159122c0082425c12f6c7d2c38 (diff) | |
DB/Creature: Fix Voidspawner
By Kittnz, closes #11382
| -rw-r--r-- | sql/updates/world/2014_01_23_06_creature.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
