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