Some missing brackets.
This commit is contained in:
parent
b83e808cad
commit
9e4a3a9dc3
@ -151,13 +151,13 @@ namespace DiIiS_NA.GameServer.GSSystem.GameSystem
|
||||
public void CheckKillMonsterCriteria(ulong gameAccountId, int actorId, int type, bool isHardcore)
|
||||
{
|
||||
Logger.MethodTrace($"gameAccountId {gameAccountId}, actorId {actorId}, type {type}, hc {isHardcore}");
|
||||
BattleNetSocketSend($"ckmc|{gameAccountId}/{actorId}/{type}/{(isHardcore ? "True" : "False")}";
|
||||
BattleNetSocketSend($"ckmc|{gameAccountId}/{actorId}/{type}/{ (isHardcore ? "True" : "False")}");
|
||||
}
|
||||
|
||||
public void CheckSalvageItemCriteria(ulong gameAccountId, int itemId)
|
||||
{
|
||||
Logger.MethodTrace($"gameAccountId {gameAccountId}, itemId {itemId}");
|
||||
BattleNetSocketSend($"csic|{gameAccountId}/{itemId}";
|
||||
BattleNetSocketSend($"csic|{gameAccountId}/{itemId}");
|
||||
}
|
||||
|
||||
public void CheckLevelCap(ulong gameAccountId)
|
||||
|
||||
Loading…
Reference in New Issue
user.block.title