mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Change NULL to nullptr in RemoveAutoXTargets()
This commit is contained in:
+1
-1
@@ -7001,7 +7001,7 @@ void Client::RemoveAutoXTargets()
|
||||
{
|
||||
XTargets[i].ID = 0;
|
||||
XTargets[i].Name[0] = 0;
|
||||
SendXTargetPacket(i, NULL);
|
||||
SendXTargetPacket(i, nullptr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user