怪物死亡和世界宝箱随机掉落

This commit is contained in:
flswld
2023-03-29 14:59:53 +08:00
parent 13ee58cac9
commit ecec5a67ed
41 changed files with 875 additions and 709 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
)
// HandlePlayerExpAdd 玩家冒险阅历增加处理
func (g *GameManager) HandlePlayerExpAdd(userId uint32) {
func (g *Game) HandlePlayerExpAdd(userId uint32) {
player := USER_MANAGER.GetOnlineUser(userId)
if player == nil {
logger.Error("player is nil, uid: %v", userId)