Minor improvement for human first class transfer talk.
This commit is contained in:
parent
8ae7a60203
commit
4e3b694c24
@ -95,6 +95,10 @@ public final class FirstClassTransferTalk extends AbstractNpcAI
|
||||
{
|
||||
htmltext += "fighter.html";
|
||||
}
|
||||
else
|
||||
{
|
||||
htmltext += "no.html";
|
||||
}
|
||||
}
|
||||
else if (player.getClassId().level() == 1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user