summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/worker.js b/worker.js
index 13a4ff5..13531d7 100644
--- a/worker.js
+++ b/worker.js
@@ -139,8 +139,14 @@ amqp.connect(RABBITMQ_URI).then(async (rabbit) => {
"hero_level",
/* scores, */
"draft_position", "ban", "pick",
+ "heal_heal_hero", "heal_healed_hero", "heal_heal_ally", "heal_healed_ally",
+ "heal_heal_other", "heal_healed_other", "heal_rcvd_heal_hero", "heal_rcvd_healed_hero",
+ "heal_rcvd_heal_ally", "heal_rcvd_healed_ally",
+ "heal_rcvd_healed_vamp",
+ "heal_rcvd_heal_other", "heal_rcvd_healed_other",
/*seq.fn("COLUMN_JSON", "items"),*/
[ seq.cast(seq.fn("COLUMN_JSON", seq.col("participant_phases.item_grants")), "char"), "item_grants" ],
+ "item_grants_inorder",
[ seq.cast(seq.fn("COLUMN_JSON", seq.col("participant_phases.item_sells")), "char"), "item_sells" ],
"ability_a_use", "ability_b_use", "ability_c_use",
"ability_a_damage_true", "ability_a_damage_dealt",