Typo
This commit is contained in:
parent
a8f8fa7b63
commit
0445c3138c
1 changed files with 1 additions and 1 deletions
|
@ -16324,7 +16324,7 @@ void CCharacter::sendEmote( const NLMISC::CEntityId& id, MBEHAV::EBehaviour beha
|
|||
}
|
||||
|
||||
CEntityId targetId = getTarget();
|
||||
if (targetId.getType() > creature_end)
|
||||
if (targetId.getType() > RYZOMID::creature_end)
|
||||
targetId = CEntityId::Unknown;
|
||||
|
||||
TDataSetRow targetRow = TheDataset.getDataSetRow( targetId );
|
||||
|
|
Loading…
Reference in a new issue