1
This commit is contained in:
parent
91f5a5813f
commit
5e4227acf9
@ -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)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user