From 8d74757a74a4f2ebcfd6214ab2864114fcc5cb54 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Wed, 17 Feb 2021 01:05:59 +1300 Subject: [PATCH] Cremello appaloosa, not Brown. --- Horse Isle Server/HorseIsleServer/Server/GameServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")