fix(DB/SAI): Remove Lash of Pain from Succubus Minion. (#22890)

This commit is contained in:
Benjamin Jackson 2025-09-12 18:26:46 -04:00 committed by GitHub
parent 4fe438da81
commit b085dcddab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
DELETE FROM `smart_scripts` WHERE `entryorguid` = 10928 AND `source_type` = 0;
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 10928;