mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-28 11:47:55 +00:00
NULL to nullptr
This commit is contained in:
+1
-1
@@ -656,7 +656,7 @@ uint32 ZSList::TriggerBootup(uint32 iZoneID, uint32 iInstanceID) {
|
||||
/*Old Random boot zones use this if your server is distributed across computers.
|
||||
LinkedListIterator<ZoneServer*> iterator(list);
|
||||
|
||||
srand(time(NULL));
|
||||
srand(time(nullptr));
|
||||
uint32 x = 0;
|
||||
iterator.Reset();
|
||||
while(iterator.MoreElements()) {
|
||||
|
||||
Reference in New Issue
Block a user