fix(DB/Creatures): Control Onyxia's movement flags via script. (#11095)

This commit is contained in:
UltraNix 2022-03-21 08:42:59 +01:00 committed by GitHub
parent 86e438a1e7
commit 8358a5d68e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1647791446104793800');
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|512 WHERE `entry` IN (10184,36538);