From e302cf03bae6357f714a6821b1bd40f9830b46cc Mon Sep 17 00:00:00 2001 From: offl Date: Thu, 21 Oct 2021 19:15:15 +0300 Subject: DB/Creature: Remove weird controlled abilities (cherry picked from commit f3eb2a1c273b1c3dad946c7d2ffd20c9a44b312c) --- sql/updates/world/master/2022_03_20_14_world_2021_10_21_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_03_20_14_world_2021_10_21_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_20_14_world_2021_10_21_01_world.sql b/sql/updates/world/master/2022_03_20_14_world_2021_10_21_01_world.sql new file mode 100644 index 00000000000..531c085755b --- /dev/null +++ b/sql/updates/world/master/2022_03_20_14_world_2021_10_21_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_template_spell` WHERE `CreatureID` IN (2754,4095,7404,9238,10646,12576); -- cgit v1.2.3