aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiscover- <amort11@hotmail.com>2013-12-21 21:03:29 +0100
committerDiscover- <amort11@hotmail.com>2013-12-21 21:03:29 +0100
commit42a365af8be15d91dff34122090587599cb04548 (patch)
treeeff02b68b2be50d0e935a976cce9a753a559a879
parentf31baacb10f2c98b2305c348a2044bd8ad4705a7 (diff)
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.
-rw-r--r--sql/updates/world/2013_12_21_00_world_sai.sql1
1 files changed, 1 insertions, 0 deletions
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%';