Fixed invisibility bug on login

This commit is contained in:
Exynox 2023-12-09 21:49:53 +02:00
parent 99935d6cff
commit b79ad49c52

View File

@ -696,6 +696,11 @@ bool CHARACTER::RemoveAffect(CAffect * pkAff)
{ {
ComputePoints(); ComputePoints();
} }
else
{
// Fix invisibility bug on login/revive/teleport
UpdatePacket();
}
CheckMaximumPoints(); CheckMaximumPoints();
if (test_server) if (test_server)