mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
More compiler warning fixes.
This commit is contained in:
+1
-1
@@ -5124,7 +5124,7 @@ NPC* EntityList::GetClosestBanker(Mob* sender, uint32 &distance)
|
||||
if(!sender)
|
||||
return NULL;
|
||||
|
||||
distance = 4294967295;
|
||||
distance = 4294967295u;
|
||||
NPC* nc = NULL;
|
||||
|
||||
LinkedListIterator<NPC*> iterator(npc_list);
|
||||
|
||||
Reference in New Issue
Block a user