Skip to content

Commit

Permalink
fix(DB/Creature): Remove disable movement flag from Shadowy Construct (
Browse files Browse the repository at this point in the history
…azerothcore#19402)

* fix(DB/Creature): Remove disable movement flag from Shadowy Construct

* Update rev_1720962309189833000.sql
  • Loading branch information
Nyeriah authored Jul 15, 2024
1 parent e92a582 commit 9050ddc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/sql/updates/pending_db_world/rev_1720962309189833000.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~ 4 WHERE `entry` = 23111;

0 comments on commit 9050ddc

Please sign in to comment.