1
This commit is contained in:
parent
9d4cc0b2fe
commit
237a10e9bf
@ -1181,7 +1181,8 @@ bool Bullet::IsClientHook()
|
|||||||
if (!sender.Get()->IsPlayer()) {
|
if (!sender.Get()->IsPlayer()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (sender.Get()->GetNetData()->join_msg->proto_version() < 2023121501) {
|
if (sender.Get()->GetNetData()->join_msg->proto_version() > 0 &&
|
||||||
|
sender.Get()->GetNetData()->join_msg->proto_version() < 2023121501) {
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
return true;
|
return true;
|
||||||
|
@ -18,6 +18,7 @@ enum CreatureStatus
|
|||||||
CS_Reviving,
|
CS_Reviving,
|
||||||
CS_DisableAttackAndroid,
|
CS_DisableAttackAndroid,
|
||||||
CS_NoDie,
|
CS_NoDie,
|
||||||
|
CS_NoHpChgNotify,
|
||||||
CS_End
|
CS_End
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user