Change NULL to nullptr in RemoveAutoXTargets()

This commit is contained in:
j883376 2013-05-05 18:51:20 -04:00
parent e2fd78b510
commit 4a0749f811

View File

@ -7001,7 +7001,7 @@ void Client::RemoveAutoXTargets()
{
XTargets[i].ID = 0;
XTargets[i].Name[0] = 0;
SendXTargetPacket(i, NULL);
SendXTargetPacket(i, nullptr);
}
}
}