root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/network/aion/serverpackets/SM_QUEST_LIST.java
| 1983 | 2440 | ||
|---|---|---|---|
59 | for(QuestState qs : completeQuestList.values()) | 59 | for(QuestState qs : completeQuestList.values()) |
60 | { | 60 | { |
61 | writeH(buf, qs.getQuestId()); | 61 | writeH(buf, qs.getQuestId()); |
62 | writeH(buf, 0x00); | ||
62 | writeC(buf, qs.getCompliteCount()); | 63 | writeC(buf, qs.getCompliteCount()); |
63 | } | 64 | } |
64 | writeC(buf, startedQuestList.size()); | 65 | writeC(buf, startedQuestList.size()); |
Download diff