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 magic level update after wearing items #3945

Merged
merged 3 commits into from
Feb 15, 2022

Commits on Feb 15, 2022

  1. better registerLuaEvent code

    no use after delete anymore in action:register and moveevent:register
    no memory leak/waste of memory since we borrow/steal the vector from the original event making the future copies copy empty vector
    yamaken93 authored and ArturKnopik committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    c1420c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5ee090 View commit details
    Browse the repository at this point in the history
  3. Revert "better registerLuaEvent code"

    This reverts commit c1420c1.
    ArturKnopik committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    6e7d156 View commit details
    Browse the repository at this point in the history