mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 11:28:25 +00:00
[Feature] Add RegisterBug LuaMod (#4209)
* Add RegisterBug LuaMod * Add missing header * Add missing header to lua_mod * Fix RegisterBug ignore_default * Fix ignore_default * Fix formatting
This commit is contained in:
@@ -1588,6 +1588,13 @@ int64 LuaParser::CalcSpellEffectValue_formula(Mob *self, uint32 formula, int64 b
|
||||
return retval;
|
||||
}
|
||||
|
||||
void LuaParser::RegisterBug(Client *self, BaseBugReportsRepository::BugReports bug, bool &ignore_default)
|
||||
{
|
||||
for (auto &mod : mods_) {
|
||||
mod.RegisterBug(self, bug, ignore_default);
|
||||
}
|
||||
}
|
||||
|
||||
int LuaParser::EventBot(
|
||||
QuestEventID evt,
|
||||
Bot *bot,
|
||||
|
||||
Reference in New Issue
Block a user