mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-13 18:54:35 +01:00
CustomHead and Frame impl, with GetMainDataRsp fix
This commit is contained in:
@@ -15,7 +15,8 @@ namespace PemukulPaku.GameServer.Commands
|
||||
{
|
||||
retcode = GetMainDataRsp.Retcode.Succ,
|
||||
Level = (uint)PlayerLevelData.GetInstance().CalculateLevel(session.Player.User.Exp).Level,
|
||||
Exp = (uint)PlayerLevelData.GetInstance().CalculateLevel(session.Player.User.Exp).Exp
|
||||
Exp = (uint)PlayerLevelData.GetInstance().CalculateLevel(session.Player.User.Exp).Exp,
|
||||
TypeLists = new uint[] { 3, 4 }
|
||||
};
|
||||
session.Send(Packet.FromProto(Rsp, CmdId.GetMainDataRsp), Packet.FromProto(new PlayerLevelUpNotify() { NewLevel = Rsp.Level }, CmdId.PlayerLevelUpNotify));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user