From 5403b5dac80a519c2bbefa11e2145af9ab0ed940 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 16 May 2017 16:34:04 +0200 Subject: telemetry: add damage rcvd --- models/participant_stats.js | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'models/participant_stats.js') diff --git a/models/participant_stats.js b/models/participant_stats.js index f7cfbf2..fcc0870 100644 --- a/models/participant_stats.js +++ b/models/participant_stats.js @@ -183,22 +183,6 @@ module.exports = function(sequelize, DataTypes) { duration: { type: DataTypes.INTEGER(5).UNSIGNED, allowNull: false - }, - hero_damage_true: { - type: "DOUBLE", - allowNull: true - }, - hero_damage_dealt: { - type: "DOUBLE", - allowNull: true - }, - non_hero_damage: { - type: "DOUBLE", - allowNull: true - }, - non_hero_dps_damage: { - type: "DOUBLE", - allowNull: true } }, { tableName: 'participant_stats', -- cgit v1.3.1