mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 04:37:01 +00:00
[7696] Fixed compile warnings
This commit is contained in:
parent
4fd4cc31d1
commit
cc83cac0aa
5 changed files with 19 additions and 19 deletions
|
|
@ -187,7 +187,7 @@ class MANGOS_DLL_SPEC Object
|
|||
return *(((uint8*)&m_uint32Values[ index ])+offset);
|
||||
}
|
||||
|
||||
uint8 GetUInt16Value( uint16 index, uint8 offset) const
|
||||
uint16 GetUInt16Value( uint16 index, uint8 offset) const
|
||||
{
|
||||
ASSERT( index < m_valuesCount || PrintIndexError( index , false) );
|
||||
ASSERT( offset < 2 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue