Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: follow 'replaced_by' SpellInfo chain to the final replacement #834

Merged
merged 2 commits into from
Jan 31, 2021

Commits on Jan 28, 2021

  1. fix: follow 'replaced_by' SpellInfo chain to the final replacement

    When a spell is annotated to be replaced by another spell using the
    SpellInfo parameter 'replaced_by', keep searching along the chain
    of spells for other 'replaced_by' directives until we reach the
    final replacement spell.
    
    This should fix issue Sidoine#833.
    johnnylam88 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    5837c5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f97cd56 View commit details
    Browse the repository at this point in the history