Add HORSE case to call of the wild error message

This commit is contained in:
dddeeefff 2013-09-23 20:24:04 +01:00
parent d5bd9a1693
commit 4369b2b08d

View File

@ -70,6 +70,9 @@ public class Taming {
case WOLF:
return LocaleLoader.getString("Taming.Summon.Fail.Wolf");
case HORSE:
return LocalLoader.getString("Taming.Summon.Fail.Wolf");
default:
return "";
}