From 1e77bfe3ca45fe0626c217cb67e8ae6c1e1ffc40 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 12 Sep 2019 18:53:54 +0200 Subject: DB/Creature: Fix some flags (cherry picked from commit 537c4d1208384f924a144180abd3f7c3cf305a6d) --- sql/updates/world/master/2021_12_18_42_world_2019_09_12_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_12_18_42_world_2019_09_12_03_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_12_18_42_world_2019_09_12_03_world.sql b/sql/updates/world/master/2021_12_18_42_world_2019_09_12_03_world.sql new file mode 100644 index 00000000000..033a7471c56 --- /dev/null +++ b/sql/updates/world/master/2021_12_18_42_world_2019_09_12_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=32832, `dynamicflags`=0 WHERE `entry` IN (37604 ,37809, 37779); -- cgit v1.2.3