Solve wrong quest state show in the window.
This commit is contained in:
@@ -81,7 +81,7 @@ public class QuestList extends L2GameServerPacket
|
||||
}
|
||||
|
||||
int states = qs.getInt("__compltdStateFlags");
|
||||
if (states != 0)
|
||||
if (states > 0)
|
||||
{
|
||||
writeD(states);
|
||||
}
|
||||
|
Reference in New Issue
Block a user