Sync with L2jServer HighFive Mar 25th 2015.
This commit is contained in:
@@ -101,7 +101,7 @@ public class Debug
|
||||
|
||||
private static String getBodyPart(int bodyPart)
|
||||
{
|
||||
for (Entry<String, Integer> entry : ItemTable._slots.entrySet())
|
||||
for (Entry<String, Integer> entry : ItemTable.SLOTS.entrySet())
|
||||
{
|
||||
if ((entry.getValue() & bodyPart) == bodyPart)
|
||||
{
|
||||
|
Reference in New Issue
Block a user