Commit 349ec3ee authored by nanahira's avatar nanahira

fix

parent 6b7e0f33
Pipeline #2869 passed with stages
in 2 minutes and 2 seconds
......@@ -878,7 +878,7 @@ export class AppService {
battleHistory.expa_ex = userA.exp;
battleHistory.expb_ex = userB.exp;
battleHistory.pta = userA.pt;
battleHistory.ptb = userA.pt;
battleHistory.ptb = userB.pt;
battleHistory.pta_ex = userA.pt;
battleHistory.ptb_ex = userB.pt;
battleHistory.type = arena;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment