소스 검색

I accidentally commit two things at once in [L3171].
QuestState.java part was contributed by Charus, all credits to him.
Fixed incorrect number of quest items display in inventory.
Here only little addition.

_DS_ 16 년 전
부모
커밋
1a8fe4e13c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      L2_GameServer/java/net/sf/l2j/gameserver/model/quest/QuestState.java

+ 3 - 0
L2_GameServer/java/net/sf/l2j/gameserver/model/quest/QuestState.java

@@ -391,6 +391,7 @@ public final class QuestState
 			}
 			catch (Exception e)
 			{
+				e.printStackTrace();
 			}
 		}
 	}
@@ -433,6 +434,7 @@ public final class QuestState
 			}
 			catch (Exception e)
 			{
+				e.printStackTrace();
 			}
 		}
 		return result;
@@ -467,6 +469,7 @@ public final class QuestState
 			}
 			catch (Exception e)
 			{
+				e.printStackTrace();
 			}
 		}
 	}