[Client] Use initial values for LocalPlayer and LocalActor killers

0.6.3
David Cernat 7 years ago
parent 3e52857e2b
commit 17c234d9ca

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

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

Loading…
Cancel
Save