Renamed PetSkillData templateId value to npcId.

This commit is contained in:
MobiusDev
2017-10-15 11:51:11 +00:00
parent e17068f812
commit 3f9a652812
15 changed files with 10567 additions and 10567 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,7 @@
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:short" name="templateId"/>
<xs:attribute type="xs:short" name="npcId"/>
<xs:attribute type="xs:short" name="skillId"/>
<xs:attribute type="xs:byte" name="skillLvl"/>
</xs:extension>