Compare commits
No commits in common. "8391b159eafb1c788f57c97dca297b92859e3599" and "8f24ca5592b130d721fd50befb15d01979a8bd47" have entirely different histories.
8391b159ea
...
8f24ca5592
Binary file not shown.
Binary file not shown.
BIN
data/DB_Task.dat
BIN
data/DB_Task.dat
Binary file not shown.
|
@ -24,5 +24,5 @@
|
||||||
"AgoraAddress": "http://47.105.78.29:8081",
|
"AgoraAddress": "http://47.105.78.29:8081",
|
||||||
"InviteUrl": "http://47.105.78.29:8000/",
|
"InviteUrl": "http://47.105.78.29:8000/",
|
||||||
"RankTimeout": 2,
|
"RankTimeout": 2,
|
||||||
"PermitInitScore": 1000
|
"PermitInitScore": 0
|
||||||
}
|
}
|
2
public
2
public
|
@ -1 +1 @@
|
||||||
Subproject commit 64190233130f2868d1cf6ecd2be04d9b13073ae2
|
Subproject commit 6fefbb3db104ed096948a126db87d4e86d19362a
|
|
@ -605,11 +605,6 @@ func CSSKinUnLock(s *netlib.Session, packetid int, data interface{}, sid int64)
|
||||||
pack.Info, pack.RetCode = SkinUnLock(p, msg.GetId())
|
pack.Info, pack.RetCode = SkinUnLock(p, msg.GetId())
|
||||||
if pack.GetRetCode() != pets.OpResultCode_OPRC_Sucess {
|
if pack.GetRetCode() != pets.OpResultCode_OPRC_Sucess {
|
||||||
send()
|
send()
|
||||||
} else {
|
|
||||||
// 自动使用
|
|
||||||
if srvdata.PBDB_SkinMgr.GetData(msg.GetId()).GetUnlockType() == common.SkinGetAuto {
|
|
||||||
CSSkinUse(s, int(pets.PetsPacketID_PACKET_CS_SKIN_USE), new(pets.CSSkinUse), sid)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue