Commit b98b97f8 authored by ganjingcun's avatar ganjingcun

fix default dp

parent d133e90f
...@@ -1517,7 +1517,7 @@ router.get('/user', function (req, res) { ...@@ -1517,7 +1517,7 @@ router.get('/user', function (req, res) {
var resultData = { var resultData = {
exp: 0, exp: 0,
pt: 500, pt: 1000,
entertain_win: 0, entertain_win: 0,
entertain_lose: 0, entertain_lose: 0,
entertain_draw: 0, entertain_draw: 0,
...@@ -1930,7 +1930,7 @@ createUser = function (username, ep, epEventName) { ...@@ -1930,7 +1930,7 @@ createUser = function (username, ep, epEventName) {
ep.emit(epEventName, { ep.emit(epEventName, {
username: username, username: username,
exp: 0, exp: 0,
pt: 500, pt: 1000,
entertain_win: 0, entertain_win: 0,
entertain_lose: 0, entertain_lose: 0,
entertain_draw: 0, entertain_draw: 0,
......
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