Finish dyamic remappings import

This commit is contained in:
Matt Nadareski
2016-03-29 12:11:58 -07:00
parent e032d991c2
commit 070a1cccb3
3 changed files with 89 additions and 872 deletions

View File

@@ -291,7 +291,7 @@ namespace WoD
superdat = true;
}
// SKip over anything that's not an element
// Skip over anything that's not an element
while (node.NodeType != XmlNodeType.Element)
{
node = node.NextSibling;