mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Rename namespace EQEmu to namespace EQ (so we don't have two similar but different namespaces anymore)
This commit is contained in:
+1
-1
@@ -297,7 +297,7 @@ int HateList::GetHateRatio(Mob *top, Mob *other)
|
||||
if (!top_entry || top_entry->stored_hate_amount < 1)
|
||||
return 999; // shouldn't happen if you call it right :P
|
||||
|
||||
return EQEmu::Clamp(static_cast<int>((other_entry->stored_hate_amount * 100) / top_entry->stored_hate_amount), 1, 999);
|
||||
return EQ::Clamp(static_cast<int>((other_entry->stored_hate_amount * 100) / top_entry->stored_hate_amount), 1, 999);
|
||||
}
|
||||
|
||||
// skip is used to ignore a certain mob on the list
|
||||
|
||||
Reference in New Issue
Block a user