fix(DB/SAI): Change wrong target_type on Obsidion SmartAI. (#25627)

This commit is contained in:
Rocco Silipo 2026-04-27 22:46:56 +02:00 committed by GitHub
parent 6fd0a67104
commit 60b3a02f81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
-- Change target to self.
UPDATE `smart_scripts` SET `target_type` = 1 WHERE (`entryorguid` = 8400) AND (`source_type` = 0) AND (`id` IN (0));