[Client] Use initial values for LocalPlayer and LocalActor killers

This commit is contained in:
David Cernat 2018-07-06 02:07:55 +03:00
parent 3e52857e2b
commit 17c234d9ca
2 changed files with 8 additions and 0 deletions

View file

@ -36,6 +36,10 @@ LocalActor::LocalActor()
attack.shouldSend = false;
attack.instant = false;
killer.isPlayer = false;
killer.refId = "";
killer.name = "";
creatureStats.mDead = false;
}

View file

@ -61,6 +61,10 @@ LocalPlayer::LocalPlayer()
attack.shouldSend = false;
killer.isPlayer = false;
killer.refId = "";
killer.name = "";
isChangingRegion = false;
jailProgressText = "";