Highly configurable and responsive World of Warcraft Classic pixel Grind Bot - No DLL injection or memory tampering, just screen capture and input simulation.
187
stars
127
forks
source link
Refactor: Core: `RequirementFactory`: use `ReadOnlySpan` for parsing `Requirement` #484
For TargetCastingSpell Requirement the separator character has been changed from | -> , as it remained in infinite loop while parsing InfixToPostFix ...
Should no longer allocate an extra array while parsing Requirement values.
Breaking Change:
TargetCastingSpell
Requirement the separator character has been changed from|
->,
as it remained in infinite loop while parsingInfixToPostFix
...