Implement Sync Inventory

This commit is contained in:
amizing25
2024-05-09 22:14:27 +07:00
parent 1e8e6f04c3
commit 1e0cfa6f12
7 changed files with 281 additions and 24 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ pub async fn on_mpemgbdkigg(session: &mut PlayerSession, request: &Mpemgbdkigg)
let targets = request
.jpieajikioh
.iter()
.filter(|id| **id > 20_000 || **id < 10)
.filter(|id| **id > 30_000 || **id < 1_000)
.collect::<Vec<_>>();
if targets.is_empty() {