Fixed invisibility bug on login
This commit is contained in:
parent
99935d6cff
commit
b79ad49c52
|
@ -696,6 +696,11 @@ bool CHARACTER::RemoveAffect(CAffect * pkAff)
|
|||
{
|
||||
ComputePoints();
|
||||
}
|
||||
else
|
||||
{
|
||||
// Fix invisibility bug on login/revive/teleport
|
||||
UpdatePacket();
|
||||
}
|
||||
CheckMaximumPoints();
|
||||
|
||||
if (test_server)
|
||||
|
|
Loading…
Reference in New Issue