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
This commit is contained in:
Dr-J
2014-11-02 17:44:27 +00:00
parent 9cd59c258c
commit 11e192cb81

View File

@@ -0,0 +1 @@
UPDATE `smart_scripts` SET `action_param2`=0 WHERE `action_type`=28 and `action_param2`>0;