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:
parent
3dec029bc8
commit
5eebf89202
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue