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