Obsolete RequestRecordInfo adjustments for C4 branch.
This commit is contained in:
@@ -154,9 +154,12 @@ public class RequestRecordInfo extends GameClientPacket
|
|||||||
{
|
{
|
||||||
// Update the state of the Creature object client side by sending Server->Client packet MoveToPawn/CharMoveToLocation and AutoAttackStart to the PlayerInstance
|
// Update the state of the Creature object client side by sending Server->Client packet MoveToPawn/CharMoveToLocation and AutoAttackStart to the PlayerInstance
|
||||||
final Creature obj = (Creature) object;
|
final Creature obj = (Creature) object;
|
||||||
|
if (obj.hasAI())
|
||||||
|
{
|
||||||
obj.getAI().describeStateToPlayer(player);
|
obj.getAI().describeStateToPlayer(player);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user