mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-01 10:24:30 +07:00
Added cases for other item types
This commit is contained in:
parent
a49f73f6c4
commit
aba55c5ffa
@ -244,6 +244,15 @@ public class ClientNetworkReceiver extends IntervalSystem {
|
||||
cofs.setWClass(entityId, Engine.WEAPON_1HS); // TODO...
|
||||
return entityId;
|
||||
}
|
||||
case ITM: {
|
||||
return Engine.INVALID_ENTITY;
|
||||
}
|
||||
case WRP: {
|
||||
return Engine.INVALID_ENTITY;
|
||||
}
|
||||
case MIS: {
|
||||
return Engine.INVALID_ENTITY;
|
||||
}
|
||||
default:
|
||||
return Engine.INVALID_ENTITY;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user