From 5eebf892023a3c2c771e8bf3a109e019a0d6e335 Mon Sep 17 00:00:00 2001 From: Glauber Bronzato Date: Wed, 7 Jul 2021 20:51:25 -0300 Subject: [PATCH] fix(DB/Creature): InhabitType of ICC flying Creatures (#6661) Ids: 37955,38434,38435,38436,37501,38197,37502,38198,37232,38362 Was with wrong InhabitType making then fly on the floor - Closes https://github.com/azerothcore/azerothcore-wotlk/issues/4661 --- data/sql/updates/pending_db_world/rev_1625085335146756200.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1625085335146756200.sql diff --git a/data/sql/updates/pending_db_world/rev_1625085335146756200.sql b/data/sql/updates/pending_db_world/rev_1625085335146756200.sql new file mode 100644 index 000000000..83590be54 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1625085335146756200.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625085335146756200'); + +UPDATE `creature_template` SET `InhabitType` = 1 WHERE `entry` IN (37955,38434,38435,38436,37501,38197,37502,38198,37232,38362);