diff options
author | offl <offl@users.noreply.github.com> | 2021-10-01 18:19:18 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-10-01 18:19:18 +0300 |
commit | 6b766e814117e093449cf10ba8de62dfb43428e4 (patch) | |
tree | fb4aa0fd73d25bd711319d2574aaab6ec7e0ca8b | |
parent | 084f8f3ded45150a57eabd3ad117f1152d4d046d (diff) |
DB/Quest: Fix 'Wanted: Arcatraz Sentinels'
Closes #26935
-rw-r--r-- | sql/updates/world/3.3.5/2021_10_01_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_10_01_01_world.sql b/sql/updates/world/3.3.5/2021_10_01_01_world.sql new file mode 100644 index 00000000000..217ca50bfb0 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_10_01_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 0x00200000 WHERE `entry` IN (20869,21586); |