mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 07:17:57 +00:00
fix(DB/SAI): Change wrong target_type on Obsidion SmartAI. (#25627)
This commit is contained in:
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));
|
||||
Reference in New Issue
Block a user