Core/SAI: Add storedTargetId param to summon actions (#31142)

This commit is contained in:
BandyscTC
2025-09-07 19:09:44 +01:00
committed by GitHub
parent ce6a1b7b91
commit 80437d3c79
5 changed files with 82 additions and 20 deletions

View File

@@ -0,0 +1,2 @@
-- action_param4 used to be 'action invoker', it's been moved to flag = 4 in action_param5
UPDATE smart_scripts SET action_param5 = action_param5 | 4, action_param4 = 0 WHERE action_type = 12 AND action_param4 > 0;