mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 10:43:59 +00:00
add all weapon & skin on init and fix CallGS
This commit is contained in:
@@ -9,6 +9,6 @@ public class Achievement_GetReward : ICallGSHandler
|
||||
public async Task Handle(Connection connection, string param, ushort seqNo)
|
||||
{
|
||||
// TODO: validate achievement completion and grant reward items
|
||||
await CallGSRouter.SendScript(connection, "Achievement_GetReward", "{}", seqNo);
|
||||
await CallGSRouter.SendScript(connection, "Achievement_GetReward", "{}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user