fix(DB/CTM): Fix Onyxia float on ground at P2 (#10191)

* Create rev_1642220996463864536.sql

* Update rev_1642220996463864536.sql
This commit is contained in:
Beta.Yi 2022-02-01 23:00:27 +08:00 committed by GitHub
parent 9e5dcb1671
commit c047d9438b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642220996463864536');
UPDATE `creature_template_movement` SET `Flight` = 1 WHERE `CreatureId` IN (10184,36538);