Premium account manager from latest projects.

Custom community board from latest projects.
Fixed existing hexid replacement issue.
This commit is contained in:
MobiusDev
2017-07-24 14:05:36 +00:00
parent 8661b3aa24
commit 3753109f29
18 changed files with 1088 additions and 218 deletions

View File

@@ -408,6 +408,11 @@ public class ItemTable
return _weapons.keySet();
}
public L2Item[] getAllItems()
{
return _allTemplates;
}
public int getArraySize()
{
return _allTemplates.length;