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

[Feature] Add RegisterBug LuaMod #4209

Merged
merged 6 commits into from
Mar 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing header to lua_mod
  • Loading branch information
xackery committed Mar 26, 2024
commit b293d90ab278a4379b7af8bd0c6fbad99ea751aa
1 change: 1 addition & 0 deletions zone/lua_mod.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ class LuaMod
bool m_has_get_exp_for_level;
bool m_has_get_experience_for_kill;
bool m_has_calc_spell_effect_value_formula;
bool m_has_register_bug;
};