mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/SAI: Add storedTargetId param to summon actions (#31142)
This commit is contained in:
2
sql/updates/world/master/2025_09_07_04_world.sql
Normal file
2
sql/updates/world/master/2025_09_07_04_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user