From 04dfe4512f8354e5aeb62c25083a0ed19661b58c Mon Sep 17 00:00:00 2001 From: af4t Date: Tue, 26 Feb 2013 09:48:36 -0500 Subject: [PATCH] SK AA Touch of the Wicked should reduce reuse timers for Improved Harm Touch & Leech Touch as well as regular HT. Add to aa_actions with same redux rate as regular HT --- utils/sql/git/required/2013_02_25_Impr_HT_LT.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 utils/sql/git/required/2013_02_25_Impr_HT_LT.sql diff --git a/utils/sql/git/required/2013_02_25_Impr_HT_LT.sql b/utils/sql/git/required/2013_02_25_Impr_HT_LT.sql new file mode 100644 index 000000000..09f1e695c --- /dev/null +++ b/utils/sql/git/required/2013_02_25_Impr_HT_LT.sql @@ -0,0 +1,4 @@ +/* SK AA Touch of the Wicked should reduce reuse timers for */ +/* Improved Harm Touch & Leech Touch as well as regular HT */ +update aa_actions set redux_aa=596, redux_rate=17 where aaid=207; +update aa_actions set redux_aa=596, redux_rate=17 where aaid=208;