fix(DB/SAI): Remove Baneflight defender summons (#25643)

This commit is contained in:
Andrew 2026-04-28 21:00:09 -03:00 committed by GitHub
parent 7d69148ce0
commit ed8341c860
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`=28615 AND `source_type`=0 AND `id` IN (0,1);
UPDATE `creature_template` SET `AIName`='' WHERE `entry`=28615;