mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Finish dyamic remappings import
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user