From 2c56ee9ce181af94eff7999849af295c9fb7e2ca Mon Sep 17 00:00:00 2001 From: Meji Date: Thu, 11 Apr 2024 10:15:46 +0200 Subject: Core/SAI: Added support for StringIds to creature and gameobject targets (#29910) Co-authored-by: Shauren (cherry picked from commit 2ce40684595a0e49a7b2355012c2806952698ce4) --- sql/updates/world/master/2024_04_11_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2024_04_11_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_04_11_00_world.sql b/sql/updates/world/master/2024_04_11_00_world.sql new file mode 100644 index 00000000000..74ce05c2e0b --- /dev/null +++ b/sql/updates/world/master/2024_04_11_00_world.sql @@ -0,0 +1,3 @@ +ALTER TABLE `smart_scripts` + ADD `action_param_string` VARCHAR(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL AFTER `action_param7`, + ADD `target_param_string` VARCHAR(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL AFTER `target_param4`; -- cgit v1.2.3