[Classic] Unused items removal, Newbie buffers and more misc changes.
This commit is contained in:
@ -25,6 +25,7 @@ import java.util.logging.Level;
|
||||
import org.w3c.dom.Document;
|
||||
import org.w3c.dom.Node;
|
||||
|
||||
import com.l2jserver.Config;
|
||||
import com.l2jserver.gameserver.model.items.instance.L2ItemInstance;
|
||||
import com.l2jserver.gameserver.model.options.EnchantOptions;
|
||||
import com.l2jserver.gameserver.util.Util;
|
||||
@ -46,6 +47,12 @@ public class EnchantItemOptionsData implements IXmlReader
|
||||
public synchronized void load()
|
||||
{
|
||||
_data.clear();
|
||||
|
||||
if (Config.SERVER_CLASSIC_SUPPORT)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
parseDatapackFile("enchantItemOptions.xml");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user