This commit is contained in:
aozhiwei 2024-01-04 15:32:45 +08:00
parent 0ce5b5e056
commit 7dc4c84fb3
2 changed files with 2 additions and 2 deletions

View File

@ -446,7 +446,7 @@ namespace mt
} }
} }
void Buff::SafeCallStaticPostInit(int) void Buff::StaticPostInit(int)
{ {
#ifdef NEW_NUM #ifdef NEW_NUM
a8::XPrintf("----------------------------------------------------------------\n", {}); a8::XPrintf("----------------------------------------------------------------\n", {});

View File

@ -24,7 +24,7 @@ namespace mt
void Init1(); void Init1();
void Init2(); void Init2();
static void SafeCallStaticPostInit(int); static void StaticPostInit(int);
bool EffectCanStack() const; bool EffectCanStack() const;
bool IsImmuneBuffEffect(int buff_effect) const; bool IsImmuneBuffEffect(int buff_effect) const;