From 42a365af8be15d91dff34122090587599cb04548 Mon Sep 17 00:00:00 2001 From: Discover- Date: Sat, 21 Dec 2013 21:03:29 +0100 Subject: DB/SAI: Fix a typo for all comments of smart_scripts using SMART_ACTION_INC_EVENT_PHASE (9ac96fd702d8ed23491d13eda2238312120cf52f). It now properly prints with how much the phase was incremented, instead of always saying it incremented by zero. --- sql/updates/world/2013_12_21_00_world_sai.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2013_12_21_00_world_sai.sql (limited to 'sql') diff --git a/sql/updates/world/2013_12_21_00_world_sai.sql b/sql/updates/world/2013_12_21_00_world_sai.sql new file mode 100644 index 00000000000..7a3d2f46c0d --- /dev/null +++ b/sql/updates/world/2013_12_21_00_world_sai.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `comment` = REPLACE(`comment`, 'Increment Phase By 0', CONCAT('Increment Phase By ', `action_param1`)) WHERE `comment` LIKE '%Increment Phase By 0%'; -- cgit v1.2.3