diff options
| author | jackpoz <giacomopoz@gmail.com> | 2013-12-22 14:00:46 +0100 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2013-12-22 14:00:46 +0100 |
| commit | d1902281126d763f0b4e6ad406213721b53b41cd (patch) | |
| tree | 203e2e933c512761bac39ac8f17a82df5b8d9d0b | |
| parent | b0ffbb2179b4060a6b2dbd52d2fc777bdd403398 (diff) | |
| parent | 42a365af8be15d91dff34122090587599cb04548 (diff) | |
Merge branch 'master' of github.com:TrinityCore/TrinityCore
| -rw-r--r-- | sql/updates/world/2013_12_20_02_world_sai.sql (renamed from sql/updates/world/2013_12_20_00_world_sai.sql) | 0 | ||||
| -rw-r--r-- | sql/updates/world/2013_12_21_00_world_sai.sql | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_12_20_00_world_sai.sql b/sql/updates/world/2013_12_20_02_world_sai.sql index 953efcc7c9c..953efcc7c9c 100644 --- a/sql/updates/world/2013_12_20_00_world_sai.sql +++ b/sql/updates/world/2013_12_20_02_world_sai.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%'; |
