diff options
author | Killyana <morphone1@gmail.com> | 2016-02-14 18:19:31 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-08 18:02:52 +0200 |
commit | 8bbfa0a0a3b1a34df0b0db1f0ffef6d20d204cd6 (patch) | |
tree | 6b1dbf9af71650880196d6d7587a195d391f23bc | |
parent | da0dec4294509651f8ea0448704f75656f0f6384 (diff) |
DB/Creature: Fix model for Invisible Stalker Grizzly Hills
Closes #16578
(cherry picked from commit 23262b94f0c8e433333940e51352a77eb035f2b4)
-rw-r--r-- | sql/updates/world/2016_04_08_02_world_2016_02_14_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_08_02_world_2016_02_14_01_world.sql b/sql/updates/world/2016_04_08_02_world_2016_02_14_01_world.sql new file mode 100644 index 00000000000..2ce06020621 --- /dev/null +++ b/sql/updates/world/2016_04_08_02_world_2016_02_14_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `modelid`=0 WHERE `id`=27452; |