fix(DB/SAI) - Removes Link in Smart AI for creature Ziggurat Defender (#22137)
This commit is contained in:
parent
60d6274261
commit
a8102ab716
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Sets the SAI Link to 0 from 1 for Ziggurat Defender (has only 1 cast, nothing to link to)
|
||||
UPDATE `smart_scripts` SET `link` = 0 WHERE (`source_type` = 0 AND `entryorguid` = 26202 AND `id` = 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue