mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-21 15:27:47 -04:00
Core/NetworkIO: Moved SMSG_AUTH_CHALLENGE and CMSG_AUTH_SESSION to packet claases, added SMSG_COMPRESSED_PACKET
This commit is contained in:
@@ -1317,7 +1317,7 @@ void Object::AddDynamicValue(uint16 index, uint32 value)
|
||||
}
|
||||
}
|
||||
|
||||
void Object::RemoveDynamicValue(uint16 index, uint32 value)
|
||||
void Object::RemoveDynamicValue(uint16 index, uint32 /*value*/)
|
||||
{
|
||||
ASSERT(index < _dynamicValuesCount || PrintIndexError(index, false));
|
||||
/// TODO: Research if this is actually needed
|
||||
|
||||
Reference in New Issue
Block a user