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:
parent
046f00a286
commit
6f6b43b41f
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue