Minor improvement for human first class transfer talk.

This commit is contained in:
MobiusDev 2017-07-28 12:07:25 +00:00
parent 8ae7a60203
commit 4e3b694c24

View File

@ -95,6 +95,10 @@ public final class FirstClassTransferTalk extends AbstractNpcAI
{
htmltext += "fighter.html";
}
else
{
htmltext += "no.html";
}
}
else if (player.getClassId().level() == 1)
{