Renamed buffer_skills.xml to SchemeBufferSkills.xml to match other branches.
This commit is contained in:
parent
1a5b89074f
commit
dacb94f13a
@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/buffer_skills.xsd">
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/SchemeBufferSkills.xsd">
|
||||
<category type="Buffs">
|
||||
<buff id="1035" price="0" desc="Increases resistance to mental attacks." /> <!-- Mental Shield -->
|
||||
<buff id="1036" price="0" desc="Increases M. Def." /> <!-- Magic Barrier -->
|
@ -100,7 +100,7 @@ public class BufferTable
|
||||
{
|
||||
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
|
||||
DocumentBuilder db = dbf.newDocumentBuilder();
|
||||
Document doc = db.parse(new File("./data/buffer_skills.xml"));
|
||||
Document doc = db.parse(new File("./data/SchemeBufferSkills.xml"));
|
||||
|
||||
final Node n = doc.getFirstChild();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user