More protected replacements.
This commit is contained in:
@@ -34,7 +34,7 @@ class NpcBufferAI implements Runnable
|
||||
private final L2Npc _npc;
|
||||
private final NpcBufferSkillData _skillData;
|
||||
|
||||
protected NpcBufferAI(L2Npc npc, NpcBufferSkillData skill)
|
||||
NpcBufferAI(L2Npc npc, NpcBufferSkillData skill)
|
||||
{
|
||||
_npc = npc;
|
||||
_skillData = skill;
|
||||
|
@@ -36,7 +36,7 @@ class NpcBuffersData implements IXmlReader
|
||||
{
|
||||
private final Map<Integer, NpcBufferData> _npcBuffers = new HashMap<>();
|
||||
|
||||
protected NpcBuffersData()
|
||||
NpcBuffersData()
|
||||
{
|
||||
load();
|
||||
}
|
||||
|
Reference in New Issue
Block a user