mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Merge fix
This commit is contained in:
+7
-1
@@ -4293,8 +4293,14 @@ bool Merc::CheckConfidence() {
|
||||
CurrentCon = this->GetLevelCon(mob->GetLevel());
|
||||
switch(CurrentCon) {
|
||||
|
||||
case CON_GREEN: {
|
||||
|
||||
case CON_GRAY: {
|
||||
ConRating = 0;
|
||||
break;
|
||||
}
|
||||
|
||||
case CON_GREEN: {
|
||||
ConRating = 0.1;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user