mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-21 16:59:28 +08:00
fix: called function log of ys.Battle.BattleGateGuild.GeneralPackage
This commit is contained in:
@@ -612,7 +612,7 @@ void Cracker::hook_all_lua_functions() {
|
||||
};
|
||||
|
||||
m_state["ys"]["Battle"]["BattleGateGuild"]["GeneralPackage"] = [this](sol::this_state L, Lua::VariadicArgs args) -> Lua::Table {
|
||||
CALLED(BattleGateGuild.GeneralPackage);
|
||||
CALLED(ys.Battle.BattleGateGuild.GeneralPackage);
|
||||
if (IS_ENABLED(GLOBAL_SPEEDUP)) {
|
||||
goto hook_handler;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user