1
This commit is contained in:
parent
b1103400d5
commit
d7991d2821
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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; //烟雾弹时间加成(单位毫秒)
|
||||
}
|
||||
|
||||
//载具-部分
|
||||
|
Loading…
x
Reference in New Issue
Block a user