|
@ -48,7 +48,6 @@ pub enum ItemManagerError { |
|
|
CannotGetIndividualItem,
|
|
|
CannotGetIndividualItem,
|
|
|
InvalidSlot(u8, u8), // slots available, slot attempted
|
|
|
InvalidSlot(u8, u8), // slots available, slot attempted
|
|
|
NoArmorEquipped,
|
|
|
NoArmorEquipped,
|
|
|
ItemIdNotInInventory(ClientItemId),
|
|
|
|
|
|
GatewayError(#[from] crate::entity::gateway::GatewayError)
|
|
|
GatewayError(#[from] crate::entity::gateway::GatewayError)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|