mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
Change NULL to nullptr in RemoveAutoXTargets()
This commit is contained in:
parent
e2fd78b510
commit
4a0749f811
@ -7001,7 +7001,7 @@ void Client::RemoveAutoXTargets()
|
||||
{
|
||||
XTargets[i].ID = 0;
|
||||
XTargets[i].Name[0] = 0;
|
||||
SendXTargetPacket(i, NULL);
|
||||
SendXTargetPacket(i, nullptr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user