This commit is contained in:
aozhiwei 2021-07-09 09:54:20 +00:00
parent b1103400d5
commit d7991d2821
2 changed files with 5 additions and 2 deletions

View File

@ -753,8 +753,8 @@ namespace MetaData
for (int buff_id : buff_list) {
MetaData::Buff* buff_meta = MetaMgr::Instance()->GetBuff(buff_id);
if (!buff_meta) {
#if 0
return;
#if 1
continue;
#else
abort();
#endif
@ -939,9 +939,11 @@ namespace MetaData
}
}
if (i->buff_effect() == kBET_CondAddBuff) {
#if 0
if (!IsValidCondBuff(int_param1)) {
abort();
}
#endif
}
}

View File

@ -453,6 +453,7 @@ message MFSmokeFull
optional int32 obj_uniid = 1; //id
optional MFVec2 pos = 2; //
optional float rad = 3; //
optional float time_addition = 4; //()
}
//-