fix(DB/SAI): Change wrong target_type on Obsidion SmartAI. (#25627)
This commit is contained in:
parent
6fd0a67104
commit
60b3a02f81
1 changed files with 3 additions and 0 deletions
3
data/sql/updates/pending_db_world/rev_1777317086.sql
Normal file
3
data/sql/updates/pending_db_world/rev_1777317086.sql
Normal 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));
|
||||
Loading…
Add table
Add a link
Reference in a new issue