debug
This commit is contained in:
parent
32dbdf452c
commit
5a91d9cbf0
@ -2,7 +2,7 @@
|
||||
"AppID": 1,
|
||||
"LogLevel": "debug",
|
||||
"LogPath": "./log",
|
||||
"TCPAddr": ":3565",
|
||||
"TCPAddr": ":3605",
|
||||
"WSAddr": ":3566",
|
||||
"MySqlAddr": "127.0.0.1",
|
||||
"MySqlPort": "3306",
|
||||
|
||||
@ -3823,6 +3823,7 @@ func ReqPlayroomPetAirSet(player *Player, buf []byte) error {
|
||||
func ReqLimitEventLuckyCat(player *Player, buf []byte) error {
|
||||
req := &msg.ReqLimitEventLuckyCat{}
|
||||
LimitedTimeEventMod := player.PlayMod.getLimitedTimeEventMod()
|
||||
log.Debug("ReqLimitEventLuckyCat:%v", req)
|
||||
err := LimitedTimeEventMod.LuckyCat(int(req.ChessId))
|
||||
if err != nil {
|
||||
player.SendErrClienRes(&msg.ResLimitEventLuckyCat{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user