1
0
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:
0O0o0oOoO00
2025-09-01 17:44:36 +08:00
parent a6311396e4
commit deb8254fc4

View File

@@ -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;
}