mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/SAI) - Removes Link in Smart AI for creature Ziggurat Defender (#22137)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user