From b2cdeef62869495d29fe3410ca35433232622d29 Mon Sep 17 00:00:00 2001 From: offl Date: Fri, 8 Jan 2021 03:25:14 +0200 Subject: DB/Creature: Remove UNIT_FLAG_RENAME Ref #25764 Definitely should not be stored in DB (cherry picked from commit d0b9aaa5031054b103963d23ddb3ec711412460b) --- sql/updates/world/master/2022_03_05_57_world_2021_01_08_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_03_05_57_world_2021_01_08_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_05_57_world_2021_01_08_01_world.sql b/sql/updates/world/master/2022_03_05_57_world_2021_01_08_01_world.sql new file mode 100644 index 00000000000..158069d95bc --- /dev/null +++ b/sql/updates/world/master/2022_03_05_57_world_2021_01_08_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~ 0x00000010 WHERE `entry` IN (691,4789,18351,19581,22089,22433,23026,24737,24761,25027,25028,25545,26736,27588,29212,30518,31424,39682,39713,39714); -- cgit v1.2.3