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
This commit is contained in:
Glauber Bronzato
2021-07-07 20:51:25 -03:00
committed by GitHub
parent 3dec029bc8
commit 5eebf89202

View File

@@ -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);