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

View File

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