fix(DB/SAI) - Removes Link in Smart AI for creature Ziggurat Defender (#22137)

This commit is contained in:
Ryan Turner
2025-05-18 22:16:56 +01:00
committed by GitHub
parent 60d6274261
commit a8102ab716

View File

@@ -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);