1
This commit is contained in:
parent
e3acf84121
commit
27b7ed100f
@ -146,9 +146,11 @@ void Creature::AddBuff(Creature* caster,
|
|||||||
int skill_lv,
|
int skill_lv,
|
||||||
MetaData::Skill* buff_skill_meta)
|
MetaData::Skill* buff_skill_meta)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
if (GetBuffById(buff_meta->i->buff_id())) {
|
if (GetBuffById(buff_meta->i->buff_id())) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
if (IsImmuneBuffEffect(buff_meta->i->buff_effect())) {
|
if (IsImmuneBuffEffect(buff_meta->i->buff_effect())) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user