From e757e8979d618d3672fcdcdd00411a1f632c6298 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 29 Nov 2025 19:53:06 +0100 Subject: [PATCH] DB/SAI: Remove Lash of Pain from Succubus Minion closes #31522 by CraftedRO --- sql/updates/world/3.3.5/2025_11_29_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_11_29_01_world.sql diff --git a/sql/updates/world/3.3.5/2025_11_29_01_world.sql b/sql/updates/world/3.3.5/2025_11_29_01_world.sql new file mode 100644 index 00000000000..baced68ab6a --- /dev/null +++ b/sql/updates/world/3.3.5/2025_11_29_01_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=10928 AND `source_type`=0; +UPDATE `creature_template` SET `AIName`='' WHERE `entry`=10928;