mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 02:08:23 +00:00
Woops, gotta initialize the new flag
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user