summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker.js b/worker.js
index 7a279d4..c9919e0 100644
--- a/worker.js
+++ b/worker.js
@@ -248,7 +248,7 @@ amqp.connect(RABBITMQ_URI).then(async (rabbit) => {
// patch schema, Delt -> Dealt from 2.9 onwards
// see https://github.com/gamelocker/vainglory-assets/pull/308
- t.payload.Dealt = t.payload.Delt;
+ t.payload.Dealt = t.payload.Dealt || t.payload.Delt;
// linking
if (t.type == "HeroSelect")