mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Typo
This commit is contained in:
parent
f38bcfc1bd
commit
e03ced791d
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