Skip to content

Commit

Permalink
fix(DB/Creatures): Control Onyxia's movement flags via script. (#11095)
Browse files Browse the repository at this point in the history
  • Loading branch information
UltraNix committed Mar 21, 2022
1 parent 86e438a commit 8358a5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/sql/updates/pending_db_world/rev_1647791446104793800.sql
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 8358a5d

Please sign in to comment.