dwallorde/War-of-the-Walkers-Mod-V7

XUi/controls.xml discrepancy

Opened this issue · 1 comments

Unsupported syntax in XUi/controls.xml

line 134 reads:

<remove xpath="/controls/quest_entry[@name='quest_entry'] />

should read:

<remove xpath="/controls/quest_entry" />

As there is no "name" entry within that block.

Thank you, I have made the adjustment for next update