diff --git a/zone/hate_list.cpp b/zone/hate_list.cpp index 2fbc528fc..6980746df 100644 --- a/zone/hate_list.cpp +++ b/zone/hate_list.cpp @@ -451,7 +451,7 @@ Mob *HateList::GetRandom() if(count == 1) //No need to do all that extra work if we only have one hate entry { if(*list.begin()) // Just in case tHateEntry is invalidated somehow... - return (*list.begin())->ent; + return (*list.begin())->ent; return NULL; }