mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(DB/Creatures): Control Onyxia's movement flags via script. (#11095)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user