diff options
| author | Aokromes <jipr@hotmail.com> | 2014-01-27 13:47:25 +0100 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2014-01-27 13:47:25 +0100 |
| commit | 9d863e2651c835c7f1fbccea80972047ba05b47b (patch) | |
| tree | c7cbf639908019072087fc8596bbb5fd8d20bdb9 | |
| parent | 95f49c60c045cccc159acd79a898ea5c06bdd8bd (diff) | |
DB/Creature Fix 2 models of mobs
By alpharius, closes #11210
| -rw-r--r-- | sql/updates/world/2014_01_27_10_world_creature_model_info.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_27_10_world_creature_model_info.sql b/sql/updates/world/2014_01_27_10_world_creature_model_info.sql new file mode 100644 index 00000000000..adb94260fb9 --- /dev/null +++ b/sql/updates/world/2014_01_27_10_world_creature_model_info.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_model_info` SET `modelid_other_gender`=0 WHERE `modelid` IN (1812, 3441); |
