mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
fix(DB/Creature): Enslaved Netherwing Drake flying animation (#2093)
* fix(DB/Creature): Enslaved Netherwing Drake flying animation - Fix issue with flying animation for creature Enslaved Netherwing Drake. - Updated inhabitType to 5 (Ground+Flying).
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1563029982815095900');
|
||||
|
||||
-- Enslaved Netherwing Drake (Correctly fly animation)
|
||||
UPDATE `creature_template` SET `InhabitType`=5 WHERE `entry`=21722;
|
||||
Reference in New Issue
Block a user