diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2014-11-02 17:44:27 +0000 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-11-02 17:44:27 +0000 |
commit | 11e192cb8157be43b9affa2e429efdeb26ddb649 (patch) | |
tree | fc18616e342e11c0a057e9000fc3ed1f91577e5b | |
parent | 9cd59c258cdb455850a250842651c426dac36f05 (diff) |
DB/SAI: Clear param2 for Remove Aura
Clear exististing data in param2 for sai entries using smart_action 28 as these param was previously unused but some lines of sai still had this param > 0
-rw-r--r-- | sql/updates/world/2014_11_02_01_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_11_02_01_world.sql b/sql/updates/world/2014_11_02_01_world.sql new file mode 100644 index 00000000000..9003dd15c74 --- /dev/null +++ b/sql/updates/world/2014_11_02_01_world.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `action_type`=28 and `action_param2`>0; |