diff options
author | offl <offl@users.noreply.github.com> | 2021-04-09 01:43:14 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-07 23:51:20 +0100 |
commit | 984b75c5dd7bec43750af8a571af2bdd63f6fe75 (patch) | |
tree | 8f2a400367f37cbded4ee70850e6cdbd3ca7715d | |
parent | 7d9f0ef4a667732d7c3555c9e81f1b3f7efe4c6b (diff) |
DB/Creature: Restore wrongly removed flags
Ref #24983
(cherry picked from commit 4d488b0c9bb337d477d82b7c2a7cfe64a8fbccb2)
-rw-r--r-- | sql/updates/world/master/2022_03_07_33_world_2021_04_09_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_07_33_world_2021_04_09_01_world.sql b/sql/updates/world/master/2022_03_07_33_world_2021_04_09_01_world.sql new file mode 100644 index 00000000000..896265acb7b --- /dev/null +++ b/sql/updates/world/master/2022_03_07_33_world_2021_04_09_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 0x00000040, `unit_flags` = 256 WHERE `entry` IN (18200,18180); |