summaryrefslogtreecommitdiff
path: root/models/participant_stats.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-05-16 16:34:04 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-05-16 16:34:04 +0200
commit5403b5dac80a519c2bbefa11e2145af9ab0ed940 (patch)
treebe50fc58276054c2fe21f19d23ac8580dce5955b /models/participant_stats.js
parent1dc5153a785732b68e77a5a74c4ece1607a28b68 (diff)
downloadorm-5403b5dac80a519c2bbefa11e2145af9ab0ed940.tar.gz
orm-5403b5dac80a519c2bbefa11e2145af9ab0ed940.zip
telemetry: add damage rcvd
Diffstat (limited to 'models/participant_stats.js')
-rw-r--r--models/participant_stats.js16
1 files changed, 0 insertions, 16 deletions
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',