From d19c8cc9fb599aba158a4d095d450551dd093886 Mon Sep 17 00:00:00 2001 From: Naddley <64811442+Naddley@users.noreply.github.com> Date: Wed, 2 Feb 2022 23:27:05 +0100 Subject: DB/Creature: Removed aura from Injured Stormwind Infantry (50047) Closes #27705 --- sql/updates/world/master/2022_02_03_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_02_03_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_02_03_01_world.sql b/sql/updates/world/master/2022_02_03_01_world.sql new file mode 100644 index 00000000000..c345f21eca0 --- /dev/null +++ b/sql/updates/world/master/2022_02_03_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_addon` SET `auras` = '' WHERE `entry` = 50047; -- cgit v1.2.3