diff options
author | offl <offl@users.noreply.github.com> | 2021-02-06 22:15:35 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-02-06 22:15:35 +0200 |
commit | 75f99aa249650d9c4e55e9c346c5684d9a77a81b (patch) | |
tree | 9dd075ff219c06f1acfd0b8782312f56b27d378d | |
parent | 770a4499df02aa0daf08decc510e12c75d4dcf25 (diff) |
DB/Creature: Remove unneeded flags from Death Knight Initiate
Closes #25928
-rw-r--r-- | sql/updates/world/3.3.5/2021_02_06_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_02_06_00_world.sql b/sql/updates/world/3.3.5/2021_02_06_00_world.sql new file mode 100644 index 00000000000..ae4e0aa92b4 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_02_06_00_world.sql @@ -0,0 +1,2 @@ +-- None of them uses these flags +UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~ (256|512) WHERE `entry` = 28406; |