mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-21 07:08:26 +00:00
Woops
This commit is contained in:
@@ -2183,6 +2183,7 @@ uint32 Mob::GetLevelCon(uint8 mylevel, uint8 iOtherLevel) {
|
||||
else
|
||||
{
|
||||
if (diff <= -21)
|
||||
conlevel = CON_GRAY;
|
||||
else if (diff <= -16)
|
||||
conlevel = CON_LIGHTBLUE;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user