diff --git a/server/gameserver/creature.cc b/server/gameserver/creature.cc index a38eec7..58c59bc 100644 --- a/server/gameserver/creature.cc +++ b/server/gameserver/creature.cc @@ -1508,7 +1508,6 @@ void Creature::CheckSpecObject() void Creature::SummonObstacle(Buff* buff, int id, const a8::Vec2& pos) { - buff->meta->int_param2 = 2; if (buff->meta->int_param2 > 0) { RemoveSurplusObstacle(buff->meta->i->buff_id(), id, buff->meta->int_param2); }