From 80437d3c79853c27ffa60b1988d1459586d18cbb Mon Sep 17 00:00:00 2001 From: BandyscTC Date: Sun, 7 Sep 2025 19:09:44 +0100 Subject: Core/SAI: Add storedTargetId param to summon actions (#31142) --- sql/updates/world/master/2025_09_07_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2025_09_07_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_09_07_04_world.sql b/sql/updates/world/master/2025_09_07_04_world.sql new file mode 100644 index 00000000000..a9a31407ef5 --- /dev/null +++ b/sql/updates/world/master/2025_09_07_04_world.sql @@ -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; -- cgit v1.2.3