[7696] Fixed compile warnings

This commit is contained in:
AlexDereka 2009-04-22 17:00:43 +04:00
parent 4fd4cc31d1
commit cc83cac0aa
5 changed files with 19 additions and 19 deletions

View file

@ -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 );