This commit is contained in:
aozhiwei 2023-12-22 16:20:48 +08:00
parent 91f5a5813f
commit 5e4227acf9

View File

@ -1828,7 +1828,7 @@ void Player::_CMReportHookHitPos(f8::MsgHdr* hdr, const cs::CMReportHookHitPos&
void Player::_CMReportSpecShotHitPos(f8::MsgHdr* hdr, const cs::CMReportSpecShotHitPos& msg) void Player::_CMReportSpecShotHitPos(f8::MsgHdr* hdr, const cs::CMReportSpecShotHitPos& msg)
{ {
#if 1 #if 0
for (int target_uniid : msg.target_list()) { for (int target_uniid : msg.target_list()) {
Creature* target = room->GetCreatureByUniId(target_uniid); Creature* target = room->GetCreatureByUniId(target_uniid);
if (target && IsProperTarget(target)) { if (target && IsProperTarget(target)) {