Removal of QuestItemHolder class.

This commit is contained in:
MobiusDevelopment
2022-01-29 00:15:02 +00:00
parent 853e48cd81
commit a849367e88
106 changed files with 603 additions and 1868 deletions

View File

@@ -17,7 +17,7 @@
package org.l2jmobius.gameserver.model.holders;
/**
* A DTO for items; contains item ID, count and chance.<br>
* A DTO for items; contains item ID, count and chance.
* @author xban1x
*/
public class ItemChanceHolder extends ItemHolder

View File

@@ -17,7 +17,7 @@
package org.l2jmobius.gameserver.model.holders;
/**
* A simple DTO for items; contains item ID and count.<br>
* A simple DTO for items; contains item ID and count.
* @author UnAfraid
*/
public class ItemHolder