Solve wrong quest state show in the window.

This commit is contained in:
MobiusDev
2017-08-26 01:07:32 +00:00
parent cbb4fcaa69
commit 9e341d2429

View File

@@ -81,7 +81,7 @@ public class QuestList extends L2GameServerPacket
}
int states = qs.getInt("__compltdStateFlags");
if (states != 0)
if (states > 0)
{
writeD(states);
}