mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Woops, gotta initialize the new flag
This commit is contained in:
parent
4ae02e5efe
commit
64deca11b2
@ -300,6 +300,7 @@ Client::Client(EQStreamInterface* ieqs)
|
|||||||
XTargets[i].Type = Auto;
|
XTargets[i].Type = Auto;
|
||||||
XTargets[i].ID = 0;
|
XTargets[i].ID = 0;
|
||||||
XTargets[i].Name[0] = 0;
|
XTargets[i].Name[0] = 0;
|
||||||
|
XTargets[i].dirty = false;
|
||||||
}
|
}
|
||||||
MaxXTargets = 5;
|
MaxXTargets = 5;
|
||||||
XTargetAutoAddHaters = true;
|
XTargetAutoAddHaters = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user