fix(DB/SAI): The Second Trial champions not attacking (#25879)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-05-17 11:03:25 -05:00
committed by GitHub
parent c3214bade4
commit b97fc0a873

View File

@@ -0,0 +1 @@
UPDATE `smart_scripts` SET `action_param6` = 2 WHERE `entryorguid` IN (17809, 17810, 17811, 17812) AND `source_type` = 0 AND `action_type` = 53;