AA updates [skip ci]

This commit is contained in:
Michael Cook (mackal) 2015-12-26 13:29:34 -05:00
parent dc58173f15
commit 3a7d7c727f
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
INSERT INTO `aa_ranks` (`id`, `upper_hotkey_sid`, `lower_hotkey_sid`, `title_sid`, `desc_sid`, `cost`, `level_req`, `spell`, `spell_type`, `recast_time`, `expansion`, `prev_id`, `next_id`) VALUES (1015, -1, -1, 1011, 1011, 0, 51, -1, 0, 0, 8, 1014, 1016);
INSERT INTO `aa_rank_effects` (`rank_id`, `slot`, `effect_id`, `base1`, `base2`) VALUES (1015, 1, 262, 40, 7), (1015, 2, 262, 40, 8), (1015, 3, 262, 40, 9), (1015, 4, 262, 40, 10), (1015, 5, 262, 40, 11);

View File

@ -2532,6 +2532,7 @@ INSERT INTO `aa_ranks` (`id`, `upper_hotkey_sid`, `lower_hotkey_sid`, `title_sid
(1012, -1, -1, 1011, 1011, 0, 51, -1, 0, 0, 8, 1011, 1013),
(1013, -1, -1, 1011, 1011, 0, 51, -1, 0, 0, 8, 1012, 1014),
(1014, -1, -1, 1011, 1011, 0, 51, -1, 0, 0, 8, 1013, 1015),
(1015, -1, -1, 1011, 1011, 0, 51, -1, 0, 0, 8, 1014, 1016),
(1016, -1, -1, 1011, 1011, 0, 51, -1, 0, 0, 8, 1015, -1),
(1017, 1017, 1017, 1017, 1017, 6, 59, 16531, 75, 15, 15, -1, 13726),
(1018, 1018, 1018, 1018, 1018, 2, 63, 16455, 69, 1, 15, -1, -1),
@ -9526,6 +9527,11 @@ INSERT INTO `aa_rank_effects` (`rank_id`, `slot`, `effect_id`, `base1`, `base2`)
(1014, 3, 262, 32, 9),
(1014, 4, 262, 32, 10),
(1014, 5, 262, 32, 11),
(1015, 1, 262, 40, 7),
(1015, 2, 262, 40, 8),
(1015, 3, 262, 40, 9),
(1015, 4, 262, 40, 10),
(1015, 5, 262, 40, 11),
(1016, 1, 262, 50, 7),
(1016, 2, 262, 50, 8),
(1016, 3, 262, 50, 9),