mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user