Skip to content

Commit

Permalink
DB/Misc: followup for d7a33f7
Browse files Browse the repository at this point in the history
  • Loading branch information
Naddley committed Feb 7, 2025
1 parent d7a33f7 commit fc4ce2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/updates/world/master/2025_02_07_02_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Update
UPDATE `creature` SET `unit_flags2`=2048 WHERE `guid` IN (651611,651612,651613,651614,651615,651616,651617,651618,651619);
UPDATE `creature` SET `unit_flags`=`unit_flags` | 0x02000000 WHERE `guid` IN (651611,651612,651613,651614,651615,651616,651617,651618,651619);

0 comments on commit fc4ce2a

Please sign in to comment.