forked from metin2/server
1
0
Fork 0

Fixed invisibility bug on login

This commit is contained in:
Exynox 2023-12-09 21:49:53 +02:00
parent 99935d6cff
commit b79ad49c52
1 changed files with 5 additions and 0 deletions

View File

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