From 7847eb66e0819059eca3ec1a719feb893d2a724f Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 5 May 2019 17:32:08 +0200 Subject: [PATCH] DB/Deadmines: fixed unit_flags for Helix Gearbreaker on normal difficulty --- sql/updates/world/custom/custom_2019_05_05_02_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/custom/custom_2019_05_05_02_world.sql diff --git a/sql/updates/world/custom/custom_2019_05_05_02_world.sql b/sql/updates/world/custom/custom_2019_05_05_02_world.sql new file mode 100644 index 00000000000..0aa1134bb7c --- /dev/null +++ b/sql/updates/world/custom/custom_2019_05_05_02_world.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `unit_flags`= 32832 WHERE `entry`= 47296;