From 982feb5082ab3c30cfb2e1278fd7736e5a02466c Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 16 Aug 2023 20:04:20 +0200 Subject: DB/Pets: Removed invalid spells from creature_template_spell Closes #29149 --- sql/updates/world/master/2023_08_16_01_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2023_08_16_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2023_08_16_01_world.sql b/sql/updates/world/master/2023_08_16_01_world.sql new file mode 100644 index 00000000000..6b507894165 --- /dev/null +++ b/sql/updates/world/master/2023_08_16_01_world.sql @@ -0,0 +1 @@ +DELETE FROM `creature_template_spell` WHERE `Spell` IN (1,3,4,7); -- cgit v1.2.3