From 75f99aa249650d9c4e55e9c346c5684d9a77a81b Mon Sep 17 00:00:00 2001 From: offl Date: Sat, 6 Feb 2021 22:15:35 +0200 Subject: DB/Creature: Remove unneeded flags from Death Knight Initiate Closes #25928 --- sql/updates/world/3.3.5/2021_02_06_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_02_06_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3