diff options
author | offl <offl@users.noreply.github.com> | 2021-04-09 01:43:14 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-04-09 01:43:14 +0300 |
commit | 4d488b0c9bb337d477d82b7c2a7cfe64a8fbccb2 (patch) | |
tree | 30b9ce71e7a3e799e5f654b16a92f4219ddaa0bf /sql | |
parent | fe38b78c877fd30cc677913229d23bd6f5c15f0b (diff) |
DB/Creature: Restore wrongly removed flags
Ref #24983
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2021_04_09_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_04_09_01_world.sql b/sql/updates/world/3.3.5/2021_04_09_01_world.sql new file mode 100644 index 00000000000..896265acb7b --- /dev/null +++ b/sql/updates/world/3.3.5/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); |