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

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