[0.10.19] Bug with quest parsing of cast spells with apostrophies [RESOLVED 0.10.20]

Locked
User avatar
Hazelnut
Posts: 3016
Joined: Sat Aug 26, 2017 2:46 pm
Contact:

[0.10.19] Bug with quest parsing of cast spells with apostrophies [RESOLVED 0.10.20]

Post by Hazelnut »

Noticed this in the log when parsing N0B30Y15:

Code: Select all

Action not found. Ignoring 'cast Troll's_Blood spell on _imp_ '
I tried different spells from table and one without an apostrophie worked but another with didn't. I have submitted a PR #1717 that fixes this.
See my mod code for examples of how to change various aspects of DFU: https://github.com/ajrb/dfunity-mods

User avatar
Interkarma
Posts: 7247
Joined: Sun Mar 22, 2015 1:51 am

Re: [0.10.19] Bug with quest parsing of cast spells with apostrophies [RESOLVED 0.10.20]

Post by Interkarma »

Thank you for the fix. :)

Locked