mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Warning fixes, general cleanup (#5053)
This commit is contained in:
@@ -320,6 +320,7 @@ bool EQ::ItemInstance::IsAugmentSlotAvailable(int32 augment_type, uint8 slot) co
|
||||
}
|
||||
|
||||
return (
|
||||
slot < invaug::SOCKET_COUNT &&
|
||||
(
|
||||
augment_type == -1 ||
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user