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:
Poszer
2019-07-29 06:28:15 +02:00
committed by GitHub
parent 046f00a286
commit 6f6b43b41f

View File

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