diff options
author | offl <offl@users.noreply.github.com> | 2021-02-06 22:15:35 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-06 20:04:21 +0100 |
commit | 2b0aac11a61ea4d3e3d92581001842843a5bd89f (patch) | |
tree | 5680926a8a88d8c008247008480a864f5d2ff38b | |
parent | c93d6856c727b5919ae30e04fb17bb425370ebea (diff) |
DB/Creature: Remove unneeded flags from Death Knight Initiate
Closes #25928
(cherry picked from commit 75f99aa249650d9c4e55e9c346c5684d9a77a81b)
-rw-r--r-- | sql/updates/world/master/2022_03_06_35_world_2021_02_06_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_06_35_world_2021_02_06_00_world.sql b/sql/updates/world/master/2022_03_06_35_world_2021_02_06_00_world.sql new file mode 100644 index 00000000000..ae4e0aa92b4 --- /dev/null +++ b/sql/updates/world/master/2022_03_06_35_world_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; |