diff --git a/Horse Isle Server/HorseIsleServer/Server/GameServer.cs b/Horse Isle Server/HorseIsleServer/Server/GameServer.cs index b4ed514..c030c59 100755 --- a/Horse Isle Server/HorseIsleServer/Server/GameServer.cs +++ b/Horse Isle Server/HorseIsleServer/Server/GameServer.cs @@ -5860,7 +5860,7 @@ namespace HISP.Server } if (horseMountInst.Breed.Id == 5) // Appaloosa { - if (horseMountInst.Color == "brown") + if (horseMountInst.Color == "cremello") incBy = 12; } if (horseMountInst.Breed.Type == "camel")